Html Css Color HEX #C8191D Fire Engine Red

📋 copy color: '#C8191D'

red 200 ◦ green 25 ◦ blue 29

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

Shades of Fire Engine Red #C8191D

Tints of Fire Engine Red #C8191D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.42%

R = 78.74%
G = 9.84%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8191D (or 0xC8191D) is known color: Fire Engine Red. HEX triplet: C8, 19 and 1D. RGB value is (200,25,29). Sum of RGB (Red+Green+Blue) = 200+25+29=254 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.74% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 200 - color contains mainly: red. Hex color #C8191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8191D is #37E6E2. Grayscale: #4D4D4D. Windows color (decimal): -3663587 or 1907144. OLE color: 1907144.

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

Color convert

RGB 200 25 29 -
CMYK 0 0.88 0.86 0.22
HSL 358.63º 0.78% 0.44% -
HSV(B) 358.63º 0.88% 0.78% -
XYZ 24.39 13.06 2.4 -
YUV 77.78 100.48 215.17 -
System Red Green Blue C M Y K H S L
Decimal 200 25 29 0 0.88 0.86 0.22 358.63 0.78 0.44
Hex C8 19 1D 0 58 56 16 167 4E 2C
Octal 310 31 35 0 130 126 26 547 116 54
Binary 11001000 11001 11101 0 1011000 1010110 10110 101100111 1001110 101100

Color Harmonies of #C8191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8191D

Black with #C8191D

Text Example


Text Example

White with #C8191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8191D; }

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

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

background-color css

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

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

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

border-color css

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

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

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