Html Css Color HEX #CB1447 Cardinal

📋 copy color: '#CB1447'

red 203 ◦ green 20 ◦ blue 71

#CB1447
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #CB1447

Tints of Cardinal #CB1447

RGB

 RED value IS 203 (79.69% from 255) = 69.05%

 GREEN value IS 20 (8.2% from 255) = 6.8%

 BLUE value IS 71 (28.13% from 255) = 24.15%

R = 69.05%
G = 6.8%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB1447 (or 0xCB1447) is known color: Cardinal. HEX triplet: CB, 14 and 47. RGB value is (203,20,71). Sum of RGB (Red+Green+Blue) = 203+20+71=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1447 is #34EBB8. Grayscale: #505050. Windows color (decimal): -3468217 or 4658379. OLE color: 4658379.

HSL color Cylindrical-coordinate representation of color #CB1447: hue angle of 343.28º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1447 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 20 71 -
CMYK 0 0.90 0.65 0.20
HSL 343.28º 0.82% 0.44% -
HSV(B) 343.28º 0.9% 0.8% -
XYZ 26.02 13.65 7.23 -
YUV 80.53 122.63 215.35 -
System Red Green Blue C M Y K H S L
Decimal 203 20 71 0 0.90 0.65 0.20 343.28 0.82 0.44
Hex CB 14 47 0 5A 41 14 157 52 2C
Octal 313 24 107 0 132 101 24 527 122 54
Binary 11001011 10100 1000111 0 1011010 1000001 10100 101010111 1010010 101100

Color Harmonies of #CB1447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1447

Black with #CB1447

Text Example


Text Example

White with #CB1447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1447; }

 p { color: rgb(203,20,71); }

 H1.HeaderClassName
 {
   color: #CB1447;
 }
 .AnyTagClassName
 {
   color: #CB1447;
 }
</style>

background-color css

<style>
 a { background-color: #CB1447; }

 a { background-color: rgb(203,20,71); }

 div.DivClassName
 {
   background-color: #CB1447;
 }
 .BgClassName
 {
   background-color: #CB1447;
 }
</style>

border-color css

<style>
 span { border-color: #CB1447; }

 span { border-color: rgb(203,20,71); }

 td.TdClassName
 {
   border-color: #CB1447;
 }
 .TagClassName
 {
   border-color: #CB1447;
 }
</style>