Html Css Color HEX #CB2431 Cardinal

📋 copy color: '#CB2431'

red 203 ◦ green 36 ◦ blue 49

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

Shades of Cardinal #CB2431

Tints of Cardinal #CB2431

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.5%

 BLUE value IS 49 (19.53% from 255) = 17.01%

R = 70.49%
G = 12.5%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB2431 (or 0xCB2431) is known color: Cardinal. HEX triplet: CB, 24 and 31. RGB value is (203,36,49). Sum of RGB (Red+Green+Blue) = 203+36+49=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2431 is #34DBCE. Grayscale: #575757. Windows color (decimal): -3464143 or 3220683. OLE color: 3220683.

HSL color Cylindrical-coordinate representation of color #CB2431: hue angle of 355.33º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2431 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 36 49 -
CMYK 0 0.82 0.76 0.20
HSL 355.33º 0.7% 0.47% -
HSV(B) 355.33º 0.82% 0.8% -
XYZ 25.81 14.18 4.28 -
YUV 87.42 106.33 210.44 -
System Red Green Blue C M Y K H S L
Decimal 203 36 49 0 0.82 0.76 0.20 355.33 0.7 0.47
Hex CB 24 31 0 52 4C 14 163 46 2F
Octal 313 44 61 0 122 114 24 543 106 57
Binary 11001011 100100 110001 0 1010010 1001100 10100 101100011 1000110 101111

Color Harmonies of #CB2431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2431

Black with #CB2431

Text Example


Text Example

White with #CB2431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2431; }

 p { color: rgb(203,36,49); }

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

background-color css

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

 a { background-color: rgb(203,36,49); }

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

border-color css

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

 span { border-color: rgb(203,36,49); }

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