Html Css Color HEX #C81824 Fire Engine Red

📋 copy color: '#C81824'

red 200 ◦ green 24 ◦ blue 36

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

Shades of Fire Engine Red #C81824

Tints of Fire Engine Red #C81824

RGB

 RED value IS 200 (78.52% from 255) = 76.92%

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

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

R = 76.92%
G = 9.23%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C81824 (or 0xC81824) is known color: Fire Engine Red. HEX triplet: C8, 18 and 24. RGB value is (200,24,36). Sum of RGB (Red+Green+Blue) = 200+24+36=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C81824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81824 is #37E7DB. Grayscale: #4E4E4E. Windows color (decimal): -3663836 or 2365640. OLE color: 2365640.

HSL color Cylindrical-coordinate representation of color #C81824: hue angle of 355.91º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81824 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 24 36 -
CMYK 0 0.88 0.82 0.22
HSL 355.91º 0.79% 0.44% -
HSV(B) 355.91º 0.88% 0.78% -
XYZ 24.46 13.06 2.9 -
YUV 77.99 104.31 215.02 -
System Red Green Blue C M Y K H S L
Decimal 200 24 36 0 0.88 0.82 0.22 355.91 0.79 0.44
Hex C8 18 24 0 58 52 16 164 4F 2C
Octal 310 30 44 0 130 122 26 544 117 54
Binary 11001000 11000 100100 0 1011000 1010010 10110 101100100 1001111 101100

Color Harmonies of #C81824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81824

Black with #C81824

Text Example


Text Example

White with #C81824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81824; }

 p { color: rgb(200,24,36); }

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

background-color css

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

 a { background-color: rgb(200,24,36); }

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

border-color css

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

 span { border-color: rgb(200,24,36); }

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