Html Css Color HEX #C5171D Fire Engine Red

📋 copy color: '#C5171D'

red 197 ◦ green 23 ◦ blue 29

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

Shades of Fire Engine Red #C5171D

Tints of Fire Engine Red #C5171D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.65%

R = 79.12%
G = 9.24%
B = 11.65%

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

#C5171D (or 0xC5171D) is known color: Fire Engine Red. HEX triplet: C5, 17 and 1D. RGB value is (197,23,29). Sum of RGB (Red+Green+Blue) = 197+23+29=249 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.12% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 197 - color contains mainly: red. Hex color #C5171D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5171D is #3AE8E2. Grayscale: #4B4B4B. Windows color (decimal): -3860707 or 1906629. OLE color: 1906629.

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

Color convert

RGB 197 23 29 -
CMYK 0 0.88 0.85 0.23
HSL 357.93º 0.79% 0.43% -
HSV(B) 357.93º 0.88% 0.77% -
XYZ 23.55 12.57 2.35 -
YUV 75.71 101.65 214.51 -
System Red Green Blue C M Y K H S L
Decimal 197 23 29 0 0.88 0.85 0.23 357.93 0.79 0.43
Hex C5 17 1D 0 58 55 17 166 4F 2B
Octal 305 27 35 0 130 125 27 546 117 53
Binary 11000101 10111 11101 0 1011000 1010101 10111 101100110 1001111 101011

Color Harmonies of #C5171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5171D

Black with #C5171D

Text Example


Text Example

White with #C5171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5171D; }

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

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

background-color css

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

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

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

border-color css

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

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

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