Html Css Color HEX #CB2428 Fire Engine Red

📋 copy color: '#CB2428'

red 203 ◦ green 36 ◦ blue 40

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

Shades of Fire Engine Red #CB2428

Tints of Fire Engine Red #CB2428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.34%

R = 72.76%
G = 12.9%
B = 14.34%

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

#CB2428 (or 0xCB2428) is known color: Fire Engine Red. HEX triplet: CB, 24 and 28. RGB value is (203,36,40). Sum of RGB (Red+Green+Blue) = 203+36+40=279 (36% of max value = 765). Red value is 203 (79.69% from 255 or 72.76% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2428 is #34DBD7. Grayscale: #565656. Windows color (decimal): -3464152 or 2630859. OLE color: 2630859.

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

Color convert

RGB 203 36 40 -
CMYK 0 0.82 0.80 0.20
HSL 358.56º 0.7% 0.47% -
HSV(B) 358.56º 0.82% 0.8% -
XYZ 25.64 14.11 3.38 -
YUV 86.39 101.83 211.17 -
System Red Green Blue C M Y K H S L
Decimal 203 36 40 0 0.82 0.80 0.20 358.56 0.7 0.47
Hex CB 24 28 0 52 50 14 167 46 2F
Octal 313 44 50 0 122 120 24 547 106 57
Binary 11001011 100100 101000 0 1010010 1010000 10100 101100111 1000110 101111

Color Harmonies of #CB2428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2428

Black with #CB2428

Text Example


Text Example

White with #CB2428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2428; }

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

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

background-color css

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

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

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

border-color css

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

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

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