Html Css Color HEX #C5191E Fire Engine Red

📋 copy color: '#C5191E'

red 197 ◦ green 25 ◦ blue 30

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

Shades of Fire Engine Red #C5191E

Tints of Fire Engine Red #C5191E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.9%

R = 78.17%
G = 9.92%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5191E (or 0xC5191E) is known color: Fire Engine Red. HEX triplet: C5, 19 and 1E. RGB value is (197,25,30). Sum of RGB (Red+Green+Blue) = 197+25+30=252 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.17% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 197 - color contains mainly: red. Hex color #C5191E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5191E is #3AE6E1. Grayscale: #4D4D4D. Windows color (decimal): -3860194 or 1972677. OLE color: 1972677.

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

Color convert

RGB 197 25 30 -
CMYK 0 0.87 0.85 0.23
HSL 358.26º 0.77% 0.44% -
HSV(B) 358.26º 0.87% 0.77% -
XYZ 23.61 12.66 2.43 -
YUV 77 101.48 213.59 -
System Red Green Blue C M Y K H S L
Decimal 197 25 30 0 0.87 0.85 0.23 358.26 0.77 0.44
Hex C5 19 1E 0 57 55 17 166 4D 2C
Octal 305 31 36 0 127 125 27 546 115 54
Binary 11000101 11001 11110 0 1010111 1010101 10111 101100110 1001101 101100

Color Harmonies of #C5191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5191E

Black with #C5191E

Text Example


Text Example

White with #C5191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5191E; }

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

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

background-color css

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

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

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

border-color css

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

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

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