Html Css Color HEX #D11325 Fire Engine Red

📋 copy color: '#D11325'

red 209 ◦ green 19 ◦ blue 37

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

Shades of Fire Engine Red #D11325

Tints of Fire Engine Red #D11325

RGB

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

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

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

R = 78.87%
G = 7.17%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D11325 (or 0xD11325) is known color: Fire Engine Red. HEX triplet: D1, 13 and 25. RGB value is (209,19,37). Sum of RGB (Red+Green+Blue) = 209+19+37=265 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.87% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 209 - color contains mainly: red. Hex color #D11325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11325 is #2EECDA. Grayscale: #4D4D4D. Windows color (decimal): -3075291 or 2429905. OLE color: 2429905.

HSL color Cylindrical-coordinate representation of color #D11325: hue angle of 354.32º 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 #D11325 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 19 37 -
CMYK 0 0.91 0.82 0.18
HSL 354.32º 0.83% 0.45% -
HSV(B) 354.32º 0.91% 0.82% -
XYZ 26.86 14.15 3.07 -
YUV 77.86 104.95 221.54 -
System Red Green Blue C M Y K H S L
Decimal 209 19 37 0 0.91 0.82 0.18 354.32 0.83 0.45
Hex D1 13 25 0 5B 52 12 162 53 2D
Octal 321 23 45 0 133 122 22 542 123 55
Binary 11010001 10011 100101 0 1011011 1010010 10010 101100010 1010011 101101

Color Harmonies of #D11325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11325

Black with #D11325

Text Example


Text Example

White with #D11325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11325; }

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

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

background-color css

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

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

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

border-color css

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

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

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