Html Css Color HEX #D11D25 Fire Engine Red

📋 copy color: '#D11D25'

red 209 ◦ green 29 ◦ blue 37

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

Shades of Fire Engine Red #D11D25

Tints of Fire Engine Red #D11D25

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.55%

 BLUE value IS 37 (14.84% from 255) = 13.45%

R = 76%
G = 10.55%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D11D25 (or 0xD11D25) is known color: Fire Engine Red. HEX triplet: D1, 1D and 25. RGB value is (209,29,37). Sum of RGB (Red+Green+Blue) = 209+29+37=275 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11D25 is #2EE2DA. Grayscale: #535353. Windows color (decimal): -3072731 or 2432465. OLE color: 2432465.

HSL color Cylindrical-coordinate representation of color #D11D25: hue angle of 357.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11D25 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 29 37 -
CMYK 0 0.86 0.82 0.18
HSL 357.33º 0.76% 0.47% -
HSV(B) 357.33º 0.86% 0.82% -
XYZ 27.07 14.57 3.14 -
YUV 83.73 101.63 217.35 -
System Red Green Blue C M Y K H S L
Decimal 209 29 37 0 0.86 0.82 0.18 357.33 0.76 0.47
Hex D1 1D 25 0 56 52 12 165 4C 2F
Octal 321 35 45 0 126 122 22 545 114 57
Binary 11010001 11101 100101 0 1010110 1010010 10010 101100101 1001100 101111

Color Harmonies of #D11D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11D25

Black with #D11D25

Text Example


Text Example

White with #D11D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11D25; }

 p { color: rgb(209,29,37); }

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

background-color css

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

 a { background-color: rgb(209,29,37); }

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

border-color css

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

 span { border-color: rgb(209,29,37); }

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