Html Css Color HEX #D10A28 Fire Engine Red

📋 copy color: '#D10A28'

red 209 ◦ green 10 ◦ blue 40

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

Shades of Fire Engine Red #D10A28

Tints of Fire Engine Red #D10A28

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.86%

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

R = 80.69%
G = 3.86%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D10A28 (or 0xD10A28) is known color: Fire Engine Red. HEX triplet: D1, 0A and 28. RGB value is (209,10,40). Sum of RGB (Red+Green+Blue) = 209+10+40=259 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.69% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 209 - color contains mainly: red. Hex color #D10A28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10A28 is #2EF5D7. Grayscale: #494949. Windows color (decimal): -3077592 or 2624209. OLE color: 2624209.

HSL color Cylindrical-coordinate representation of color #D10A28: hue angle of 350.95º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10A28 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 10 40 -
CMYK 0 0.95 0.81 0.18
HSL 350.95º 0.91% 0.43% -
HSV(B) 350.95º 0.95% 0.82% -
XYZ 26.79 13.93 3.28 -
YUV 72.92 109.43 225.06 -
System Red Green Blue C M Y K H S L
Decimal 209 10 40 0 0.95 0.81 0.18 350.95 0.91 0.43
Hex D1 A 28 0 5F 51 12 15F 5B 2B
Octal 321 12 50 0 137 121 22 537 133 53
Binary 11010001 1010 101000 0 1011111 1010001 10010 101011111 1011011 101011

Color Harmonies of #D10A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10A28

Black with #D10A28

Text Example


Text Example

White with #D10A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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