Html Css Color HEX #C5181E Fire Engine Red

📋 copy color: '#C5181E'

red 197 ◦ green 24 ◦ blue 30

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

Shades of Fire Engine Red #C5181E

Tints of Fire Engine Red #C5181E

RGB

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

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

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

R = 78.49%
G = 9.56%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5181E (or 0xC5181E) is known color: Fire Engine Red. HEX triplet: C5, 18 and 1E. RGB value is (197,24,30). Sum of RGB (Red+Green+Blue) = 197+24+30=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C5181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5181E is #3AE7E1. Grayscale: #4C4C4C. Windows color (decimal): -3860450 or 1972421. OLE color: 1972421.

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

Color convert

RGB 197 24 30 -
CMYK 0 0.88 0.85 0.23
HSL 357.92º 0.78% 0.43% -
HSV(B) 357.92º 0.88% 0.77% -
XYZ 23.59 12.62 2.42 -
YUV 76.41 101.81 214.01 -
System Red Green Blue C M Y K H S L
Decimal 197 24 30 0 0.88 0.85 0.23 357.92 0.78 0.43
Hex C5 18 1E 0 58 55 17 166 4E 2B
Octal 305 30 36 0 130 125 27 546 116 53
Binary 11000101 11000 11110 0 1011000 1010101 10111 101100110 1001110 101011

Color Harmonies of #C5181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5181E

Black with #C5181E

Text Example


Text Example

White with #C5181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5181E; }

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

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

background-color css

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

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

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

border-color css

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

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

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