Html Css Color HEX #CB2129 Fire Engine Red

📋 copy color: '#CB2129'

red 203 ◦ green 33 ◦ blue 41

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

Shades of Fire Engine Red #CB2129

Tints of Fire Engine Red #CB2129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.91%

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

R = 73.29%
G = 11.91%
B = 14.8%

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

#CB2129 (or 0xCB2129) is known color: Fire Engine Red. HEX triplet: CB, 21 and 29. RGB value is (203,33,41). Sum of RGB (Red+Green+Blue) = 203+33+41=277 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.29% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2129 is #34DED6. Grayscale: #545454. Windows color (decimal): -3464919 or 2695627. OLE color: 2695627.

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

Color convert

RGB 203 33 41 -
CMYK 0 0.84 0.80 0.20
HSL 357.18º 0.72% 0.46% -
HSV(B) 357.18º 0.84% 0.8% -
XYZ 25.57 13.94 3.44 -
YUV 84.74 103.32 212.35 -
System Red Green Blue C M Y K H S L
Decimal 203 33 41 0 0.84 0.80 0.20 357.18 0.72 0.46
Hex CB 21 29 0 54 50 14 165 48 2E
Octal 313 41 51 0 124 120 24 545 110 56
Binary 11001011 100001 101001 0 1010100 1010000 10100 101100101 1001000 101110

Color Harmonies of #CB2129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2129

Black with #CB2129

Text Example


Text Example

White with #CB2129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2129; }

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

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

background-color css

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

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

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

border-color css

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

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

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