Html Css Color HEX #C5171C Fire Engine Red

📋 copy color: '#C5171C'

red 197 ◦ green 23 ◦ blue 28

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

Shades of Fire Engine Red #C5171C

Tints of Fire Engine Red #C5171C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.29%

R = 79.44%
G = 9.27%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5171C (or 0xC5171C) is known color: Fire Engine Red. HEX triplet: C5, 17 and 1C. RGB value is (197,23,28). Sum of RGB (Red+Green+Blue) = 197+23+28=248 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.44% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 197 - color contains mainly: red. Hex color #C5171C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5171C is #3AE8E3. Grayscale: #4B4B4B. Windows color (decimal): -3860708 or 1841093. OLE color: 1841093.

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

Color convert

RGB 197 23 28 -
CMYK 0 0.88 0.86 0.23
HSL 358.28º 0.79% 0.43% -
HSV(B) 358.28º 0.88% 0.77% -
XYZ 23.54 12.57 2.28 -
YUV 75.6 101.15 214.59 -
System Red Green Blue C M Y K H S L
Decimal 197 23 28 0 0.88 0.86 0.23 358.28 0.79 0.43
Hex C5 17 1C 0 58 56 17 166 4F 2B
Octal 305 27 34 0 130 126 27 546 117 53
Binary 11000101 10111 11100 0 1011000 1010110 10111 101100110 1001111 101011

Color Harmonies of #C5171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5171C

Black with #C5171C

Text Example


Text Example

White with #C5171C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5171C; }

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

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

background-color css

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

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

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

border-color css

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

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

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