Html Css Color HEX #CB1819 Fire Engine Red

📋 copy color: '#CB1819'

red 203 ◦ green 24 ◦ blue 25

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

Shades of Fire Engine Red #CB1819

Tints of Fire Engine Red #CB1819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.92%

R = 80.56%
G = 9.52%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB1819 (or 0xCB1819) is known color: Fire Engine Red. HEX triplet: CB, 18 and 19. RGB value is (203,24,25). Sum of RGB (Red+Green+Blue) = 203+24+25=252 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.56% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1819 is #34E7E6. Grayscale: #4D4D4D. Windows color (decimal): -3467239 or 1644747. OLE color: 1644747.

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

Color convert

RGB 203 24 25 -
CMYK 0 0.88 0.88 0.20
HSL 359.66º 0.79% 0.45% -
HSV(B) 359.66º 0.88% 0.8% -
XYZ 25.13 13.42 2.19 -
YUV 77.64 98.3 217.42 -
System Red Green Blue C M Y K H S L
Decimal 203 24 25 0 0.88 0.88 0.20 359.66 0.79 0.45
Hex CB 18 19 0 58 58 14 168 4F 2D
Octal 313 30 31 0 130 130 24 550 117 55
Binary 11001011 11000 11001 0 1011000 1011000 10100 101101000 1001111 101101

Color Harmonies of #CB1819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1819

Black with #CB1819

Text Example


Text Example

White with #CB1819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1819; }

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

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

background-color css

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

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

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

border-color css

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

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

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