Html Css Color HEX #C5112A Fire Engine Red

📋 copy color: '#C5112A'

red 197 ◦ green 17 ◦ blue 42

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

Shades of Fire Engine Red #C5112A

Tints of Fire Engine Red #C5112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.41%

R = 76.95%
G = 6.64%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C5112A (or 0xC5112A) is known color: Fire Engine Red. HEX triplet: C5, 11 and 2A. RGB value is (197,17,42). Sum of RGB (Red+Green+Blue) = 197+17+42=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C5112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5112A is #3AEED5. Grayscale: #494949. Windows color (decimal): -3862230 or 2757061. OLE color: 2757061.

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

Color convert

RGB 197 17 42 -
CMYK 0 0.91 0.79 0.23
HSL 351.67º 0.84% 0.42% -
HSV(B) 351.67º 0.91% 0.77% -
XYZ 23.64 12.44 3.35 -
YUV 73.67 110.13 215.97 -
System Red Green Blue C M Y K H S L
Decimal 197 17 42 0 0.91 0.79 0.23 351.67 0.84 0.42
Hex C5 11 2A 0 5B 4F 17 160 54 2A
Octal 305 21 52 0 133 117 27 540 124 52
Binary 11000101 10001 101010 0 1011011 1001111 10111 101100000 1010100 101010

Color Harmonies of #C5112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5112A

Black with #C5112A

Text Example


Text Example

White with #C5112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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