Html Css Color HEX #C8171E Fire Engine Red

📋 copy color: '#C8171E'

red 200 ◦ green 23 ◦ blue 30

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

Shades of Fire Engine Red #C8171E

Tints of Fire Engine Red #C8171E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.09%

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

R = 79.05%
G = 9.09%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8171E (or 0xC8171E) is known color: Fire Engine Red. HEX triplet: C8, 17 and 1E. RGB value is (200,23,30). Sum of RGB (Red+Green+Blue) = 200+23+30=253 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.05% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 200 - color contains mainly: red. Hex color #C8171E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8171E is #37E8E1. Grayscale: #4C4C4C. Windows color (decimal): -3664098 or 1972168. OLE color: 1972168.

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

Color convert

RGB 200 23 30 -
CMYK 0 0.88 0.85 0.22
HSL 357.63º 0.79% 0.44% -
HSV(B) 357.63º 0.89% 0.78% -
XYZ 24.36 12.99 2.45 -
YUV 76.72 101.64 215.93 -
System Red Green Blue C M Y K H S L
Decimal 200 23 30 0 0.88 0.85 0.22 357.63 0.79 0.44
Hex C8 17 1E 0 58 55 16 166 4F 2C
Octal 310 27 36 0 130 125 26 546 117 54
Binary 11001000 10111 11110 0 1011000 1010101 10110 101100110 1001111 101100

Color Harmonies of #C8171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8171E

Black with #C8171E

Text Example


Text Example

White with #C8171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8171E; }

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

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

background-color css

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

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

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

border-color css

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

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

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