Html Css Color HEX #C5111D Fire Engine Red

📋 copy color: '#C5111D'

red 197 ◦ green 17 ◦ blue 29

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

Shades of Fire Engine Red #C5111D

Tints of Fire Engine Red #C5111D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7%

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

R = 81.07%
G = 7%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5111D (or 0xC5111D) is known color: Fire Engine Red. HEX triplet: C5, 11 and 1D. RGB value is (197,17,29). Sum of RGB (Red+Green+Blue) = 197+17+29=243 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.07% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 197 - color contains mainly: red. Hex color #C5111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5111D is #3AEEE2. Grayscale: #484848. Windows color (decimal): -3862243 or 1905093. OLE color: 1905093.

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

Color convert

RGB 197 17 29 -
CMYK 0 0.91 0.85 0.23
HSL 356º 0.84% 0.42% -
HSV(B) 356º 0.91% 0.77% -
XYZ 23.45 12.36 2.31 -
YUV 72.19 103.63 217.02 -
System Red Green Blue C M Y K H S L
Decimal 197 17 29 0 0.91 0.85 0.23 356 0.84 0.42
Hex C5 11 1D 0 5B 55 17 164 54 2A
Octal 305 21 35 0 133 125 27 544 124 52
Binary 11000101 10001 11101 0 1011011 1010101 10111 101100100 1010100 101010

Color Harmonies of #C5111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5111D

Black with #C5111D

Text Example


Text Example

White with #C5111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5111D; }

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

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

background-color css

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

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

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

border-color css

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

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

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