Html Css Color HEX #C5181F Fire Engine Red

📋 copy color: '#C5181F'

red 197 ◦ green 24 ◦ blue 31

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

Shades of Fire Engine Red #C5181F

Tints of Fire Engine Red #C5181F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.3%

R = 78.17%
G = 9.52%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5181F (or 0xC5181F) is known color: Fire Engine Red. HEX triplet: C5, 18 and 1F. RGB value is (197,24,31). Sum of RGB (Red+Green+Blue) = 197+24+31=252 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.17% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 197 - color contains mainly: red. Hex color #C5181F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5181F is #3AE7E0. Grayscale: #4C4C4C. Windows color (decimal): -3860449 or 2037957. OLE color: 2037957.

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

Color convert

RGB 197 24 31 -
CMYK 0 0.88 0.84 0.23
HSL 357.57º 0.78% 0.43% -
HSV(B) 357.57º 0.88% 0.77% -
XYZ 23.6 12.62 2.49 -
YUV 76.53 102.31 213.93 -
System Red Green Blue C M Y K H S L
Decimal 197 24 31 0 0.88 0.84 0.23 357.57 0.78 0.43
Hex C5 18 1F 0 58 54 17 166 4E 2B
Octal 305 30 37 0 130 124 27 546 116 53
Binary 11000101 11000 11111 0 1011000 1010100 10111 101100110 1001110 101011

Color Harmonies of #C5181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5181F

Black with #C5181F

Text Example


Text Example

White with #C5181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5181F; }

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

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

background-color css

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

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

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

border-color css

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

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

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