Html Css Color HEX #CB2437 Cardinal

📋 copy color: '#CB2437'

red 203 ◦ green 36 ◦ blue 55

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

Shades of Cardinal #CB2437

Tints of Cardinal #CB2437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.71%

R = 69.05%
G = 12.24%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CB2437 (or 0xCB2437) is known color: Cardinal. HEX triplet: CB, 24 and 37. RGB value is (203,36,55). Sum of RGB (Red+Green+Blue) = 203+36+55=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2437 is #34DBC8. Grayscale: #585858. Windows color (decimal): -3464137 or 3613899. OLE color: 3613899.

HSL color Cylindrical-coordinate representation of color #CB2437: hue angle of 353.17º 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 #CB2437 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 36 55 -
CMYK 0 0.82 0.73 0.20
HSL 353.17º 0.7% 0.47% -
HSV(B) 353.17º 0.82% 0.8% -
XYZ 25.95 14.23 4.99 -
YUV 88.1 109.33 209.96 -
System Red Green Blue C M Y K H S L
Decimal 203 36 55 0 0.82 0.73 0.20 353.17 0.7 0.47
Hex CB 24 37 0 52 49 14 161 46 2F
Octal 313 44 67 0 122 111 24 541 106 57
Binary 11001011 100100 110111 0 1010010 1001001 10100 101100001 1000110 101111

Color Harmonies of #CB2437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2437

Black with #CB2437

Text Example


Text Example

White with #CB2437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2437; }

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

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

background-color css

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

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

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

border-color css

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

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

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