Html Css Color HEX #D5112D Fire Engine Red

📋 copy color: '#D5112D'

red 213 ◦ green 17 ◦ blue 45

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

Shades of Fire Engine Red #D5112D

Tints of Fire Engine Red #D5112D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.36%

R = 77.45%
G = 6.18%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5112D (or 0xD5112D) is known color: Fire Engine Red. HEX triplet: D5, 11 and 2D. RGB value is (213,17,45). Sum of RGB (Red+Green+Blue) = 213+17+45=275 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.45% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 213 - color contains mainly: red. Hex color #D5112D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5112D is #2AEED2. Grayscale: #4E4E4E. Windows color (decimal): -2813651 or 2953685. OLE color: 2953685.

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

Color convert

RGB 213 17 45 -
CMYK 0 0.92 0.79 0.16
HSL 351.43º 0.85% 0.45% -
HSV(B) 351.43º 0.92% 0.84% -
XYZ 28.11 14.74 3.85 -
YUV 78.8 108.93 223.72 -
System Red Green Blue C M Y K H S L
Decimal 213 17 45 0 0.92 0.79 0.16 351.43 0.85 0.45
Hex D5 11 2D 0 5C 4F 10 15F 55 2D
Octal 325 21 55 0 134 117 20 537 125 55
Binary 11010101 10001 101101 0 1011100 1001111 10000 101011111 1010101 101101

Color Harmonies of #D5112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5112D

Black with #D5112D

Text Example


Text Example

White with #D5112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5112D; }

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

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

background-color css

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

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

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

border-color css

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

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

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