Html Css Color HEX #C0171E Fire Engine Red

📋 copy color: '#C0171E'

red 192 ◦ green 23 ◦ blue 30

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

Shades of Fire Engine Red #C0171E

Tints of Fire Engine Red #C0171E

RGB

 RED value IS 192 (75.39% from 255) = 78.37%

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

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

R = 78.37%
G = 9.39%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0171E (or 0xC0171E) is known color: Fire Engine Red. HEX triplet: C0, 17 and 1E. RGB value is (192,23,30). Sum of RGB (Red+Green+Blue) = 192+23+30=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C0171E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0171E is #3FE8E1. Grayscale: #4A4A4A. Windows color (decimal): -4188386 or 1972160. OLE color: 1972160.

HSL color Cylindrical-coordinate representation of color #C0171E: hue angle of 357.51º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0171E is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 23 30 -
CMYK 0 0.88 0.84 0.25
HSL 357.51º 0.79% 0.42% -
HSV(B) 357.51º 0.88% 0.75% -
XYZ 22.28 11.91 2.35 -
YUV 74.33 102.99 211.93 -
System Red Green Blue C M Y K H S L
Decimal 192 23 30 0 0.88 0.84 0.25 357.51 0.79 0.42
Hex C0 17 1E 0 58 54 19 166 4F 2A
Octal 300 27 36 0 130 124 31 546 117 52
Binary 11000000 10111 11110 0 1011000 1010100 11001 101100110 1001111 101010

Color Harmonies of #C0171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0171E

Black with #C0171E

Text Example


Text Example

White with #C0171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0171E; }

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

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

background-color css

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

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

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

border-color css

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

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

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