Html Css Color HEX #CB2029 Fire Engine Red

📋 copy color: '#CB2029'

red 203 ◦ green 32 ◦ blue 41

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

Shades of Fire Engine Red #CB2029

Tints of Fire Engine Red #CB2029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.59%

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

R = 73.55%
G = 11.59%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB2029 (or 0xCB2029) is known color: Fire Engine Red. HEX triplet: CB, 20 and 29. RGB value is (203,32,41). Sum of RGB (Red+Green+Blue) = 203+32+41=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2029 is #34DFD6. Grayscale: #545454. Windows color (decimal): -3465175 or 2695371. OLE color: 2695371.

HSL color Cylindrical-coordinate representation of color #CB2029: hue angle of 356.84º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2029 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 32 41 -
CMYK 0 0.84 0.80 0.20
HSL 356.84º 0.73% 0.46% -
HSV(B) 356.84º 0.84% 0.8% -
XYZ 25.55 13.89 3.43 -
YUV 84.16 103.65 212.77 -
System Red Green Blue C M Y K H S L
Decimal 203 32 41 0 0.84 0.80 0.20 356.84 0.73 0.46
Hex CB 20 29 0 54 50 14 165 49 2E
Octal 313 40 51 0 124 120 24 545 111 56
Binary 11001011 100000 101001 0 1010100 1010000 10100 101100101 1001001 101110

Color Harmonies of #CB2029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2029

Black with #CB2029

Text Example


Text Example

White with #CB2029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2029; }

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

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

background-color css

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

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

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

border-color css

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

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

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