Html Css Color HEX #C81318 Fire Engine Red

📋 copy color: '#C81318'

red 200 ◦ green 19 ◦ blue 24

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

Shades of Fire Engine Red #C81318

Tints of Fire Engine Red #C81318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.82%

 BLUE value IS 24 (9.77% from 255) = 9.88%

R = 82.3%
G = 7.82%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C81318 (or 0xC81318) is known color: Fire Engine Red. HEX triplet: C8, 13 and 18. RGB value is (200,19,24). Sum of RGB (Red+Green+Blue) = 200+19+24=243 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.30% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 200 - color contains mainly: red. Hex color #C81318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81318 is #37ECE7. Grayscale: #494949. Windows color (decimal): -3665128 or 1577928. OLE color: 1577928.

HSL color Cylindrical-coordinate representation of color #C81318: hue angle of 358.34º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81318 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 19 24 -
CMYK 0 0.90 0.88 0.22
HSL 358.34º 0.83% 0.43% -
HSV(B) 358.34º 0.91% 0.78% -
XYZ 24.22 12.81 2.06 -
YUV 73.69 99.97 218.09 -
System Red Green Blue C M Y K H S L
Decimal 200 19 24 0 0.90 0.88 0.22 358.34 0.83 0.43
Hex C8 13 18 0 5A 58 16 166 53 2B
Octal 310 23 30 0 132 130 26 546 123 53
Binary 11001000 10011 11000 0 1011010 1011000 10110 101100110 1010011 101011

Color Harmonies of #C81318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81318

Black with #C81318

Text Example


Text Example

White with #C81318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81318; }

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

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

background-color css

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

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

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

border-color css

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

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

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