Html Css Color HEX #D10E21 Fire Engine Red

📋 copy color: '#D10E21'

red 209 ◦ green 14 ◦ blue 33

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

Shades of Fire Engine Red #D10E21

Tints of Fire Engine Red #D10E21

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.47%

 BLUE value IS 33 (13.28% from 255) = 12.89%

R = 81.64%
G = 5.47%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D10E21 (or 0xD10E21) is known color: Fire Engine Red. HEX triplet: D1, 0E and 21. RGB value is (209,14,33). Sum of RGB (Red+Green+Blue) = 209+14+33=256 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.64% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10E21 is #2EF1DE. Grayscale: #4A4A4A. Windows color (decimal): -3076575 or 2166481. OLE color: 2166481.

HSL color Cylindrical-coordinate representation of color #D10E21: hue angle of 354.15º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10E21 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 14 33 -
CMYK 0 0.93 0.84 0.18
HSL 354.15º 0.87% 0.44% -
HSV(B) 354.15º 0.93% 0.82% -
XYZ 26.73 13.98 2.73 -
YUV 74.47 104.6 223.96 -
System Red Green Blue C M Y K H S L
Decimal 209 14 33 0 0.93 0.84 0.18 354.15 0.87 0.44
Hex D1 E 21 0 5D 54 12 162 57 2C
Octal 321 16 41 0 135 124 22 542 127 54
Binary 11010001 1110 100001 0 1011101 1010100 10010 101100010 1010111 101100

Color Harmonies of #D10E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10E21

Black with #D10E21

Text Example


Text Example

White with #D10E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10E21; }

 p { color: rgb(209,14,33); }

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

background-color css

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

 a { background-color: rgb(209,14,33); }

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

border-color css

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

 span { border-color: rgb(209,14,33); }

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