Html Css Color HEX #CB1828 Fire Engine Red

📋 copy color: '#CB1828'

red 203 ◦ green 24 ◦ blue 40

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

Shades of Fire Engine Red #CB1828

Tints of Fire Engine Red #CB1828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.99%

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

R = 76.03%
G = 8.99%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB1828 (or 0xCB1828) is known color: Fire Engine Red. HEX triplet: CB, 18 and 28. RGB value is (203,24,40). Sum of RGB (Red+Green+Blue) = 203+24+40=267 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.03% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1828 is #34E7D7. Grayscale: #4F4F4F. Windows color (decimal): -3467224 or 2627787. OLE color: 2627787.

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

Color convert

RGB 203 24 40 -
CMYK 0 0.88 0.80 0.20
HSL 354.64º 0.79% 0.45% -
HSV(B) 354.64º 0.88% 0.8% -
XYZ 25.34 13.5 3.28 -
YUV 79.35 105.8 216.2 -
System Red Green Blue C M Y K H S L
Decimal 203 24 40 0 0.88 0.80 0.20 354.64 0.79 0.45
Hex CB 18 28 0 58 50 14 163 4F 2D
Octal 313 30 50 0 130 120 24 543 117 55
Binary 11001011 11000 101000 0 1011000 1010000 10100 101100011 1001111 101101

Color Harmonies of #CB1828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1828

Black with #CB1828

Text Example


Text Example

White with #CB1828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1828; }

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

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

background-color css

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

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

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

border-color css

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

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

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