Html Css Color HEX #C5101E Fire Engine Red

📋 copy color: '#C5101E'

red 197 ◦ green 16 ◦ blue 30

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

Shades of Fire Engine Red #C5101E

Tints of Fire Engine Red #C5101E

RGB

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

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

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

R = 81.07%
G = 6.58%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5101E (or 0xC5101E) is known color: Fire Engine Red. HEX triplet: C5, 10 and 1E. RGB value is (197,16,30). Sum of RGB (Red+Green+Blue) = 197+16+30=243 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.07% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 197 - color contains mainly: red. Hex color #C5101E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5101E is #3AEFE1. Grayscale: #474747. Windows color (decimal): -3862498 or 1970373. OLE color: 1970373.

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

Color convert

RGB 197 16 30 -
CMYK 0 0.92 0.85 0.23
HSL 355.36º 0.85% 0.42% -
HSV(B) 355.36º 0.92% 0.77% -
XYZ 23.45 12.33 2.37 -
YUV 71.72 104.47 217.36 -
System Red Green Blue C M Y K H S L
Decimal 197 16 30 0 0.92 0.85 0.23 355.36 0.85 0.42
Hex C5 10 1E 0 5C 55 17 163 55 2A
Octal 305 20 36 0 134 125 27 543 125 52
Binary 11000101 10000 11110 0 1011100 1010101 10111 101100011 1010101 101010

Color Harmonies of #C5101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5101E

Black with #C5101E

Text Example


Text Example

White with #C5101E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5101E; }

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

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

background-color css

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

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

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

border-color css

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

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

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