Html Css Color HEX #C5191A Fire Engine Red

📋 copy color: '#C5191A'

red 197 ◦ green 25 ◦ blue 26

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

Shades of Fire Engine Red #C5191A

Tints of Fire Engine Red #C5191A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.08%

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

R = 79.44%
G = 10.08%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5191A (or 0xC5191A) is known color: Fire Engine Red. HEX triplet: C5, 19 and 1A. RGB value is (197,25,26). Sum of RGB (Red+Green+Blue) = 197+25+26=248 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.44% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 197 - color contains mainly: red. Hex color #C5191A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5191A is #3AE6E5. Grayscale: #4C4C4C. Windows color (decimal): -3860198 or 1710533. OLE color: 1710533.

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

Color convert

RGB 197 25 26 -
CMYK 0 0.87 0.87 0.23
HSL 359.65º 0.77% 0.44% -
HSV(B) 359.65º 0.87% 0.77% -
XYZ 23.56 12.64 2.18 -
YUV 76.54 99.48 213.92 -
System Red Green Blue C M Y K H S L
Decimal 197 25 26 0 0.87 0.87 0.23 359.65 0.77 0.44
Hex C5 19 1A 0 57 57 17 168 4D 2C
Octal 305 31 32 0 127 127 27 550 115 54
Binary 11000101 11001 11010 0 1010111 1010111 10111 101101000 1001101 101100

Color Harmonies of #C5191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5191A

Black with #C5191A

Text Example


Text Example

White with #C5191A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5191A; }

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

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

background-color css

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

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

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

border-color css

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

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

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