Html Css Color HEX #D5111D Fire Engine Red

📋 copy color: '#D5111D'

red 213 ◦ green 17 ◦ blue 29

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

Shades of Fire Engine Red #D5111D

Tints of Fire Engine Red #D5111D

RGB

 RED value IS 213 (83.59% from 255) = 82.24%

 GREEN value IS 17 (7.03% from 255) = 6.56%

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

R = 82.24%
G = 6.56%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5111D (or 0xD5111D) is known color: Fire Engine Red. HEX triplet: D5, 11 and 1D. RGB value is (213,17,29). Sum of RGB (Red+Green+Blue) = 213+17+29=259 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.24% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 213 - color contains mainly: red. Hex color #D5111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5111D is #2AEEE2. Grayscale: #4D4D4D. Windows color (decimal): -2813667 or 1905109. OLE color: 1905109.

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

Color convert

RGB 213 17 29 -
CMYK 0 0.92 0.86 0.16
HSL 356.33º 0.85% 0.45% -
HSV(B) 356.33º 0.92% 0.84% -
XYZ 27.86 14.64 2.52 -
YUV 76.97 100.93 225.02 -
System Red Green Blue C M Y K H S L
Decimal 213 17 29 0 0.92 0.86 0.16 356.33 0.85 0.45
Hex D5 11 1D 0 5C 56 10 164 55 2D
Octal 325 21 35 0 134 126 20 544 125 55
Binary 11010101 10001 11101 0 1011100 1010110 10000 101100100 1010101 101101

Color Harmonies of #D5111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5111D

Black with #D5111D

Text Example


Text Example

White with #D5111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5111D; }

 p { color: rgb(213,17,29); }

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

background-color css

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

 a { background-color: rgb(213,17,29); }

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

border-color css

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

 span { border-color: rgb(213,17,29); }

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