Html Css Color HEX #CB1924 Fire Engine Red

📋 copy color: '#CB1924'

red 203 ◦ green 25 ◦ blue 36

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

Shades of Fire Engine Red #CB1924

Tints of Fire Engine Red #CB1924

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.47%

 BLUE value IS 36 (14.45% from 255) = 13.64%

R = 76.89%
G = 9.47%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB1924 (or 0xCB1924) is known color: Fire Engine Red. HEX triplet: CB, 19 and 24. RGB value is (203,25,36). Sum of RGB (Red+Green+Blue) = 203+25+36=264 (34% of max value = 765). Red value is 203 (79.69% from 255 or 76.89% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1924 is #34E6DB. Grayscale: #4F4F4F. Windows color (decimal): -3466972 or 2365899. OLE color: 2365899.

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

Color convert

RGB 203 25 36 -
CMYK 0 0.88 0.82 0.20
HSL 356.29º 0.78% 0.45% -
HSV(B) 356.29º 0.88% 0.8% -
XYZ 25.29 13.52 2.95 -
YUV 79.48 103.47 216.11 -
System Red Green Blue C M Y K H S L
Decimal 203 25 36 0 0.88 0.82 0.20 356.29 0.78 0.45
Hex CB 19 24 0 58 52 14 164 4E 2D
Octal 313 31 44 0 130 122 24 544 116 55
Binary 11001011 11001 100100 0 1011000 1010010 10100 101100100 1001110 101101

Color Harmonies of #CB1924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1924

Black with #CB1924

Text Example


Text Example

White with #CB1924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1924; }

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

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

background-color css

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

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

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

border-color css

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

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

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