Html Css Color HEX #C0171A Fire Engine Red

📋 copy color: '#C0171A'

red 192 ◦ green 23 ◦ blue 26

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

Shades of Fire Engine Red #C0171A

Tints of Fire Engine Red #C0171A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.79%

R = 79.67%
G = 9.54%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0171A (or 0xC0171A) is known color: Fire Engine Red. HEX triplet: C0, 17 and 1A. RGB value is (192,23,26). Sum of RGB (Red+Green+Blue) = 192+23+26=241 (31% of max value = 765). Red value is 192 (75.39% from 255 or 79.67% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 192 - color contains mainly: red. Hex color #C0171A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0171A is #3FE8E5. Grayscale: #4A4A4A. Windows color (decimal): -4188390 or 1710016. OLE color: 1710016.

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

Color convert

RGB 192 23 26 -
CMYK 0 0.88 0.86 0.25
HSL 358.93º 0.79% 0.42% -
HSV(B) 358.93º 0.88% 0.75% -
XYZ 22.23 11.89 2.1 -
YUV 73.87 100.99 212.26 -
System Red Green Blue C M Y K H S L
Decimal 192 23 26 0 0.88 0.86 0.25 358.93 0.79 0.42
Hex C0 17 1A 0 58 56 19 167 4F 2A
Octal 300 27 32 0 130 126 31 547 117 52
Binary 11000000 10111 11010 0 1011000 1010110 11001 101100111 1001111 101010

Color Harmonies of #C0171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0171A

Black with #C0171A

Text Example


Text Example

White with #C0171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0171A; }

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

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

background-color css

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

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

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

border-color css

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

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

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