Html Css Color HEX #C5111C Fire Engine Red

📋 copy color: '#C5111C'

red 197 ◦ green 17 ◦ blue 28

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

Shades of Fire Engine Red #C5111C

Tints of Fire Engine Red #C5111C

RGB

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

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

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

R = 81.4%
G = 7.02%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5111C (or 0xC5111C) is known color: Fire Engine Red. HEX triplet: C5, 11 and 1C. RGB value is (197,17,28). Sum of RGB (Red+Green+Blue) = 197+17+28=242 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.40% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 197 - color contains mainly: red. Hex color #C5111C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5111C is #3AEEE3. Grayscale: #484848. Windows color (decimal): -3862244 or 1839557. OLE color: 1839557.

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

Color convert

RGB 197 17 28 -
CMYK 0 0.91 0.86 0.23
HSL 356.33º 0.84% 0.42% -
HSV(B) 356.33º 0.91% 0.77% -
XYZ 23.44 12.36 2.25 -
YUV 72.07 103.13 217.11 -
System Red Green Blue C M Y K H S L
Decimal 197 17 28 0 0.91 0.86 0.23 356.33 0.84 0.42
Hex C5 11 1C 0 5B 56 17 164 54 2A
Octal 305 21 34 0 133 126 27 544 124 52
Binary 11000101 10001 11100 0 1011011 1010110 10111 101100100 1010100 101010

Color Harmonies of #C5111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5111C

Black with #C5111C

Text Example


Text Example

White with #C5111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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