Html Css Color HEX #D1132F Fire Engine Red

📋 copy color: '#D1132F'

red 209 ◦ green 19 ◦ blue 47

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

Shades of Fire Engine Red #D1132F

Tints of Fire Engine Red #D1132F

RGB

 RED value IS 209 (82.03% from 255) = 76%

 GREEN value IS 19 (7.81% from 255) = 6.91%

 BLUE value IS 47 (18.75% from 255) = 17.09%

R = 76%
G = 6.91%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1132F (or 0xD1132F) is known color: Fire Engine Red. HEX triplet: D1, 13 and 2F. RGB value is (209,19,47). Sum of RGB (Red+Green+Blue) = 209+19+47=275 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 209 - color contains mainly: red. Hex color #D1132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1132F is #2EECD0. Grayscale: #4F4F4F. Windows color (decimal): -3075281 or 3085265. OLE color: 3085265.

HSL color Cylindrical-coordinate representation of color #D1132F: hue angle of 351.16º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1132F is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 19 47 -
CMYK 0 0.91 0.78 0.18
HSL 351.16º 0.83% 0.45% -
HSV(B) 351.16º 0.91% 0.82% -
XYZ 27.04 14.23 4.01 -
YUV 79 109.95 220.72 -
System Red Green Blue C M Y K H S L
Decimal 209 19 47 0 0.91 0.78 0.18 351.16 0.83 0.45
Hex D1 13 2F 0 5B 4E 12 15F 53 2D
Octal 321 23 57 0 133 116 22 537 123 55
Binary 11010001 10011 101111 0 1011011 1001110 10010 101011111 1010011 101101

Color Harmonies of #D1132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1132F

Black with #D1132F

Text Example


Text Example

White with #D1132F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1132F; }

 p { color: rgb(209,19,47); }

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

background-color css

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

 a { background-color: rgb(209,19,47); }

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

border-color css

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

 span { border-color: rgb(209,19,47); }

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