Html Css Color HEX #D11523 Fire Engine Red

📋 copy color: '#D11523'

red 209 ◦ green 21 ◦ blue 35

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

Shades of Fire Engine Red #D11523

Tints of Fire Engine Red #D11523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

 BLUE value IS 35 (14.06% from 255) = 13.21%

R = 78.87%
G = 7.92%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D11523 (or 0xD11523) is known color: Fire Engine Red. HEX triplet: D1, 15 and 23. RGB value is (209,21,35). Sum of RGB (Red+Green+Blue) = 209+21+35=265 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.87% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 209 - color contains mainly: red. Hex color #D11523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11523 is #2EEADC. Grayscale: #4E4E4E. Windows color (decimal): -3074781 or 2299345. OLE color: 2299345.

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

Color convert

RGB 209 21 35 -
CMYK 0 0.90 0.83 0.18
HSL 355.53º 0.82% 0.45% -
HSV(B) 355.53º 0.9% 0.82% -
XYZ 26.87 14.21 2.92 -
YUV 78.81 103.28 220.86 -
System Red Green Blue C M Y K H S L
Decimal 209 21 35 0 0.90 0.83 0.18 355.53 0.82 0.45
Hex D1 15 23 0 5A 53 12 164 52 2D
Octal 321 25 43 0 132 123 22 544 122 55
Binary 11010001 10101 100011 0 1011010 1010011 10010 101100100 1010010 101101

Color Harmonies of #D11523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11523

Black with #D11523

Text Example


Text Example

White with #D11523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11523; }

 p { color: rgb(209,21,35); }

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

background-color css

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

 a { background-color: rgb(209,21,35); }

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

border-color css

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

 span { border-color: rgb(209,21,35); }

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