Html Css Color HEX #D10A27 Fire Engine Red

📋 copy color: '#D10A27'

red 209 ◦ green 10 ◦ blue 39

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

Shades of Fire Engine Red #D10A27

Tints of Fire Engine Red #D10A27

RGB

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

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

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

R = 81.01%
G = 3.88%
B = 15.12%

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

#D10A27 (or 0xD10A27) is known color: Fire Engine Red. HEX triplet: D1, 0A and 27. RGB value is (209,10,39). Sum of RGB (Red+Green+Blue) = 209+10+39=258 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.01% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 209 - color contains mainly: red. Hex color #D10A27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10A27 is #2EF5D8. Grayscale: #484848. Windows color (decimal): -3077593 or 2558673. OLE color: 2558673.

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

Color convert

RGB 209 10 39 -
CMYK 0 0.95 0.81 0.18
HSL 351.26º 0.91% 0.43% -
HSV(B) 351.26º 0.95% 0.82% -
XYZ 26.77 13.92 3.2 -
YUV 72.81 108.93 225.14 -
System Red Green Blue C M Y K H S L
Decimal 209 10 39 0 0.95 0.81 0.18 351.26 0.91 0.43
Hex D1 A 27 0 5F 51 12 15F 5B 2B
Octal 321 12 47 0 137 121 22 537 133 53
Binary 11010001 1010 100111 0 1011111 1010001 10010 101011111 1011011 101011

Color Harmonies of #D10A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10A27

Black with #D10A27

Text Example


Text Example

White with #D10A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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