Html Css Color HEX #C5162C Fire Engine Red

📋 copy color: '#C5162C'

red 197 ◦ green 22 ◦ blue 44

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

Shades of Fire Engine Red #C5162C

Tints of Fire Engine Red #C5162C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.37%

 BLUE value IS 44 (17.58% from 255) = 16.73%

R = 74.9%
G = 8.37%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5162C (or 0xC5162C) is known color: Fire Engine Red. HEX triplet: C5, 16 and 2C. RGB value is (197,22,44). Sum of RGB (Red+Green+Blue) = 197+22+44=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C5162C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5162C is #3AE9D3. Grayscale: #4C4C4C. Windows color (decimal): -3860948 or 2889413. OLE color: 2889413.

HSL color Cylindrical-coordinate representation of color #C5162C: hue angle of 352.46º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5162C is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 22 44 -
CMYK 0 0.89 0.78 0.23
HSL 352.46º 0.8% 0.43% -
HSV(B) 352.46º 0.89% 0.77% -
XYZ 23.77 12.63 3.57 -
YUV 76.83 109.48 213.71 -
System Red Green Blue C M Y K H S L
Decimal 197 22 44 0 0.89 0.78 0.23 352.46 0.8 0.43
Hex C5 16 2C 0 59 4E 17 160 50 2B
Octal 305 26 54 0 131 116 27 540 120 53
Binary 11000101 10110 101100 0 1011001 1001110 10111 101100000 1010000 101011

Color Harmonies of #C5162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5162C

Black with #C5162C

Text Example


Text Example

White with #C5162C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5162C; }

 p { color: rgb(197,22,44); }

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

background-color css

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

 a { background-color: rgb(197,22,44); }

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

border-color css

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

 span { border-color: rgb(197,22,44); }

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