Html Css Color HEX #CB2429 Fire Engine Red

📋 copy color: '#CB2429'

red 203 ◦ green 36 ◦ blue 41

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

Shades of Fire Engine Red #CB2429

Tints of Fire Engine Red #CB2429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.64%

R = 72.5%
G = 12.86%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB2429 (or 0xCB2429) is known color: Fire Engine Red. HEX triplet: CB, 24 and 29. RGB value is (203,36,41). Sum of RGB (Red+Green+Blue) = 203+36+41=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2429 is #34DBD6. Grayscale: #565656. Windows color (decimal): -3464151 or 2696395. OLE color: 2696395.

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

Color convert

RGB 203 36 41 -
CMYK 0 0.82 0.80 0.20
HSL 358.2º 0.7% 0.47% -
HSV(B) 358.2º 0.82% 0.8% -
XYZ 25.66 14.12 3.47 -
YUV 86.5 102.33 211.09 -
System Red Green Blue C M Y K H S L
Decimal 203 36 41 0 0.82 0.80 0.20 358.2 0.7 0.47
Hex CB 24 29 0 52 50 14 166 46 2F
Octal 313 44 51 0 122 120 24 546 106 57
Binary 11001011 100100 101001 0 1010010 1010000 10100 101100110 1000110 101111

Color Harmonies of #CB2429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2429

Black with #CB2429

Text Example


Text Example

White with #CB2429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2429; }

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

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

background-color css

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

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

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

border-color css

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

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

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