Html Css Color HEX #C8111E Fire Engine Red

📋 copy color: '#C8111E'

red 200 ◦ green 17 ◦ blue 30

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

Shades of Fire Engine Red #C8111E

Tints of Fire Engine Red #C8111E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.88%

 BLUE value IS 30 (12.11% from 255) = 12.15%

R = 80.97%
G = 6.88%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8111E (or 0xC8111E) is known color: Fire Engine Red. HEX triplet: C8, 11 and 1E. RGB value is (200,17,30). Sum of RGB (Red+Green+Blue) = 200+17+30=247 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.97% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 200 - color contains mainly: red. Hex color #C8111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8111E is #37EEE1. Grayscale: #494949. Windows color (decimal): -3665634 or 1970632. OLE color: 1970632.

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

Color convert

RGB 200 17 30 -
CMYK 0 0.92 0.85 0.22
HSL 355.74º 0.84% 0.43% -
HSV(B) 355.74º 0.92% 0.78% -
XYZ 24.25 12.77 2.42 -
YUV 73.2 103.63 218.44 -
System Red Green Blue C M Y K H S L
Decimal 200 17 30 0 0.92 0.85 0.22 355.74 0.84 0.43
Hex C8 11 1E 0 5C 55 16 164 54 2B
Octal 310 21 36 0 134 125 26 544 124 53
Binary 11001000 10001 11110 0 1011100 1010101 10110 101100100 1010100 101011

Color Harmonies of #C8111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8111E

Black with #C8111E

Text Example


Text Example

White with #C8111E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8111E; }

 p { color: rgb(200,17,30); }

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

background-color css

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

 a { background-color: rgb(200,17,30); }

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

border-color css

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

 span { border-color: rgb(200,17,30); }

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