Html Css Color HEX #D11328 Fire Engine Red

📋 copy color: '#D11328'

red 209 ◦ green 19 ◦ blue 40

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

Shades of Fire Engine Red #D11328

Tints of Fire Engine Red #D11328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.93%

R = 77.99%
G = 7.09%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D11328 (or 0xD11328) is known color: Fire Engine Red. HEX triplet: D1, 13 and 28. RGB value is (209,19,40). Sum of RGB (Red+Green+Blue) = 209+19+40=268 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.99% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 209 - color contains mainly: red. Hex color #D11328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11328 is #2EECD7. Grayscale: #4E4E4E. Windows color (decimal): -3075288 or 2626513. OLE color: 2626513.

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

Color convert

RGB 209 19 40 -
CMYK 0 0.91 0.81 0.18
HSL 353.37º 0.83% 0.45% -
HSV(B) 353.37º 0.91% 0.82% -
XYZ 26.91 14.17 3.33 -
YUV 78.2 106.45 221.29 -
System Red Green Blue C M Y K H S L
Decimal 209 19 40 0 0.91 0.81 0.18 353.37 0.83 0.45
Hex D1 13 28 0 5B 51 12 161 53 2D
Octal 321 23 50 0 133 121 22 541 123 55
Binary 11010001 10011 101000 0 1011011 1010001 10010 101100001 1010011 101101

Color Harmonies of #D11328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11328

Black with #D11328

Text Example


Text Example

White with #D11328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11328; }

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

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

background-color css

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

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

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

border-color css

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

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

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