Html Css Color HEX #D11527 Fire Engine Red

📋 copy color: '#D11527'

red 209 ◦ green 21 ◦ blue 39

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

Shades of Fire Engine Red #D11527

Tints of Fire Engine Red #D11527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.5%

R = 77.7%
G = 7.81%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D11527 (or 0xD11527) is known color: Fire Engine Red. HEX triplet: D1, 15 and 27. RGB value is (209,21,39). Sum of RGB (Red+Green+Blue) = 209+21+39=269 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.70% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 209 - color contains mainly: red. Hex color #D11527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11527 is #2EEAD8. Grayscale: #4F4F4F. Windows color (decimal): -3074777 or 2561489. OLE color: 2561489.

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

Color convert

RGB 209 21 39 -
CMYK 0 0.90 0.81 0.18
HSL 354.26º 0.82% 0.45% -
HSV(B) 354.26º 0.9% 0.82% -
XYZ 26.93 14.24 3.25 -
YUV 79.26 105.28 220.54 -
System Red Green Blue C M Y K H S L
Decimal 209 21 39 0 0.90 0.81 0.18 354.26 0.82 0.45
Hex D1 15 27 0 5A 51 12 162 52 2D
Octal 321 25 47 0 132 121 22 542 122 55
Binary 11010001 10101 100111 0 1011010 1010001 10010 101100010 1010010 101101

Color Harmonies of #D11527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11527

Black with #D11527

Text Example


Text Example

White with #D11527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11527; }

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

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

background-color css

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

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

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

border-color css

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

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

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