Html Css Color HEX #C81920 Fire Engine Red

📋 copy color: '#C81920'

red 200 ◦ green 25 ◦ blue 32

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

Shades of Fire Engine Red #C81920

Tints of Fire Engine Red #C81920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.45%

R = 77.82%
G = 9.73%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C81920 (or 0xC81920) is known color: Fire Engine Red. HEX triplet: C8, 19 and 20. RGB value is (200,25,32). Sum of RGB (Red+Green+Blue) = 200+25+32=257 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.82% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 200 - color contains mainly: red. Hex color #C81920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81920 is #37E6DF. Grayscale: #4E4E4E. Windows color (decimal): -3663584 or 2103752. OLE color: 2103752.

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

Color convert

RGB 200 25 32 -
CMYK 0 0.88 0.84 0.22
HSL 357.6º 0.78% 0.44% -
HSV(B) 357.6º 0.88% 0.78% -
XYZ 24.43 13.08 2.6 -
YUV 78.12 101.98 214.93 -
System Red Green Blue C M Y K H S L
Decimal 200 25 32 0 0.88 0.84 0.22 357.6 0.78 0.44
Hex C8 19 20 0 58 54 16 166 4E 2C
Octal 310 31 40 0 130 124 26 546 116 54
Binary 11001000 11001 100000 0 1011000 1010100 10110 101100110 1001110 101100

Color Harmonies of #C81920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81920

Black with #C81920

Text Example


Text Example

White with #C81920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81920; }

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

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

background-color css

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

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

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

border-color css

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

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

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