Html Css Color HEX #C5101D Fire Engine Red

📋 copy color: '#C5101D'

red 197 ◦ green 16 ◦ blue 29

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

Shades of Fire Engine Red #C5101D

Tints of Fire Engine Red #C5101D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.98%

R = 81.4%
G = 6.61%
B = 11.98%

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

#C5101D (or 0xC5101D) is known color: Fire Engine Red. HEX triplet: C5, 10 and 1D. RGB value is (197,16,29). Sum of RGB (Red+Green+Blue) = 197+16+29=242 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.40% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 197 - color contains mainly: red. Hex color #C5101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5101D is #3AEFE2. Grayscale: #474747. Windows color (decimal): -3862499 or 1904837. OLE color: 1904837.

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

Color convert

RGB 197 16 29 -
CMYK 0 0.92 0.85 0.23
HSL 355.69º 0.85% 0.42% -
HSV(B) 355.69º 0.92% 0.77% -
XYZ 23.43 12.33 2.31 -
YUV 71.6 103.97 217.44 -
System Red Green Blue C M Y K H S L
Decimal 197 16 29 0 0.92 0.85 0.23 355.69 0.85 0.42
Hex C5 10 1D 0 5C 55 17 164 55 2A
Octal 305 20 35 0 134 125 27 544 125 52
Binary 11000101 10000 11101 0 1011100 1010101 10111 101100100 1010101 101010

Color Harmonies of #C5101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5101D

Black with #C5101D

Text Example


Text Example

White with #C5101D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5101D; }

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

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

background-color css

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

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

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

border-color css

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

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

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