Html Css Color HEX #C5171E Fire Engine Red

📋 copy color: '#C5171E'

red 197 ◦ green 23 ◦ blue 30

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

Shades of Fire Engine Red #C5171E

Tints of Fire Engine Red #C5171E

RGB

 RED value IS 197 (77.34% from 255) = 78.8%

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

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

R = 78.8%
G = 9.2%
B = 12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5171E (or 0xC5171E) is known color: Fire Engine Red. HEX triplet: C5, 17 and 1E. RGB value is (197,23,30). Sum of RGB (Red+Green+Blue) = 197+23+30=250 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.8% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 197 - color contains mainly: red. Hex color #C5171E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5171E is #3AE8E1. Grayscale: #4B4B4B. Windows color (decimal): -3860706 or 1972165. OLE color: 1972165.

HSL color Cylindrical-coordinate representation of color #C5171E: hue angle of 357.59º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5171E is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 23 30 -
CMYK 0 0.88 0.85 0.23
HSL 357.59º 0.79% 0.43% -
HSV(B) 357.59º 0.88% 0.77% -
XYZ 23.57 12.58 2.41 -
YUV 75.82 102.15 214.43 -
System Red Green Blue C M Y K H S L
Decimal 197 23 30 0 0.88 0.85 0.23 357.59 0.79 0.43
Hex C5 17 1E 0 58 55 17 166 4F 2B
Octal 305 27 36 0 130 125 27 546 117 53
Binary 11000101 10111 11110 0 1011000 1010101 10111 101100110 1001111 101011

Color Harmonies of #C5171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5171E

Black with #C5171E

Text Example


Text Example

White with #C5171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5171E; }

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

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

background-color css

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

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

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

border-color css

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

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

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