Html Css Color HEX #C81927 Fire Engine Red

📋 copy color: '#C81927'

red 200 ◦ green 25 ◦ blue 39

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

Shades of Fire Engine Red #C81927

Tints of Fire Engine Red #C81927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.77%

R = 75.76%
G = 9.47%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C81927 (or 0xC81927) is known color: Fire Engine Red. HEX triplet: C8, 19 and 27. RGB value is (200,25,39). Sum of RGB (Red+Green+Blue) = 200+25+39=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C81927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81927 is #37E6D8. Grayscale: #4F4F4F. Windows color (decimal): -3663577 or 2562504. OLE color: 2562504.

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

Color convert

RGB 200 25 39 -
CMYK 0 0.88 0.80 0.22
HSL 355.2º 0.78% 0.44% -
HSV(B) 355.2º 0.88% 0.78% -
XYZ 24.53 13.12 3.16 -
YUV 78.92 105.48 214.36 -
System Red Green Blue C M Y K H S L
Decimal 200 25 39 0 0.88 0.80 0.22 355.2 0.78 0.44
Hex C8 19 27 0 58 50 16 163 4E 2C
Octal 310 31 47 0 130 120 26 543 116 54
Binary 11001000 11001 100111 0 1011000 1010000 10110 101100011 1001110 101100

Color Harmonies of #C81927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81927

Black with #C81927

Text Example


Text Example

White with #C81927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81927; }

 p { color: rgb(200,25,39); }

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

background-color css

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

 a { background-color: rgb(200,25,39); }

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

border-color css

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

 span { border-color: rgb(200,25,39); }

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