Html Css Color HEX #C5181A Fire Engine Red

📋 copy color: '#C5181A'

red 197 ◦ green 24 ◦ blue 26

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

Shades of Fire Engine Red #C5181A

Tints of Fire Engine Red #C5181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.72%

 BLUE value IS 26 (10.55% from 255) = 10.53%

R = 79.76%
G = 9.72%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5181A (or 0xC5181A) is known color: Fire Engine Red. HEX triplet: C5, 18 and 1A. RGB value is (197,24,26). Sum of RGB (Red+Green+Blue) = 197+24+26=247 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.76% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 197 - color contains mainly: red. Hex color #C5181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5181A is #3AE7E5. Grayscale: #4C4C4C. Windows color (decimal): -3860454 or 1710277. OLE color: 1710277.

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

Color convert

RGB 197 24 26 -
CMYK 0 0.88 0.87 0.23
HSL 359.31º 0.78% 0.43% -
HSV(B) 359.31º 0.88% 0.77% -
XYZ 23.54 12.6 2.17 -
YUV 75.96 99.81 214.34 -
System Red Green Blue C M Y K H S L
Decimal 197 24 26 0 0.88 0.87 0.23 359.31 0.78 0.43
Hex C5 18 1A 0 58 57 17 167 4E 2B
Octal 305 30 32 0 130 127 27 547 116 53
Binary 11000101 11000 11010 0 1011000 1010111 10111 101100111 1001110 101011

Color Harmonies of #C5181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5181A

Black with #C5181A

Text Example


Text Example

White with #C5181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5181A; }

 p { color: rgb(197,24,26); }

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

background-color css

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

 a { background-color: rgb(197,24,26); }

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

border-color css

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

 span { border-color: rgb(197,24,26); }

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