Html Css Color HEX #C5101F Fire Engine Red

📋 copy color: '#C5101F'

red 197 ◦ green 16 ◦ blue 31

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

Shades of Fire Engine Red #C5101F

Tints of Fire Engine Red #C5101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.56%

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

R = 80.74%
G = 6.56%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5101F (or 0xC5101F) is known color: Fire Engine Red. HEX triplet: C5, 10 and 1F. RGB value is (197,16,31). Sum of RGB (Red+Green+Blue) = 197+16+31=244 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.74% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 197 - color contains mainly: red. Hex color #C5101F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5101F is #3AEFE0. Grayscale: #474747. Windows color (decimal): -3862497 or 2035909. OLE color: 2035909.

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

Color convert

RGB 197 16 31 -
CMYK 0 0.92 0.84 0.23
HSL 355.03º 0.85% 0.42% -
HSV(B) 355.03º 0.92% 0.77% -
XYZ 23.46 12.34 2.44 -
YUV 71.83 104.97 217.28 -
System Red Green Blue C M Y K H S L
Decimal 197 16 31 0 0.92 0.84 0.23 355.03 0.85 0.42
Hex C5 10 1F 0 5C 54 17 163 55 2A
Octal 305 20 37 0 134 124 27 543 125 52
Binary 11000101 10000 11111 0 1011100 1010100 10111 101100011 1010101 101010

Color Harmonies of #C5101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5101F

Black with #C5101F

Text Example


Text Example

White with #C5101F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5101F; }

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

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

background-color css

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

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

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

border-color css

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

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

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