Html Css Color HEX #C81024 Fire Engine Red

📋 copy color: '#C81024'

red 200 ◦ green 16 ◦ blue 36

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

Shades of Fire Engine Red #C81024

Tints of Fire Engine Red #C81024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.35%

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

R = 79.37%
G = 6.35%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C81024 (or 0xC81024) is known color: Fire Engine Red. HEX triplet: C8, 10 and 24. RGB value is (200,16,36). Sum of RGB (Red+Green+Blue) = 200+16+36=252 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.37% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 200 - color contains mainly: red. Hex color #C81024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81024 is #37EFDB. Grayscale: #494949. Windows color (decimal): -3665884 or 2363592. OLE color: 2363592.

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

Color convert

RGB 200 16 36 -
CMYK 0 0.92 0.82 0.22
HSL 353.48º 0.85% 0.42% -
HSV(B) 353.48º 0.92% 0.78% -
XYZ 24.32 12.78 2.85 -
YUV 73.3 106.96 218.37 -
System Red Green Blue C M Y K H S L
Decimal 200 16 36 0 0.92 0.82 0.22 353.48 0.85 0.42
Hex C8 10 24 0 5C 52 16 161 55 2A
Octal 310 20 44 0 134 122 26 541 125 52
Binary 11001000 10000 100100 0 1011100 1010010 10110 101100001 1010101 101010

Color Harmonies of #C81024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81024

Black with #C81024

Text Example


Text Example

White with #C81024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81024; }

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

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

background-color css

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

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

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

border-color css

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

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

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