Html Css Color HEX #D10A2A Fire Engine Red

📋 copy color: '#D10A2A'

red 209 ◦ green 10 ◦ blue 42

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

Shades of Fire Engine Red #D10A2A

Tints of Fire Engine Red #D10A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.09%

R = 80.08%
G = 3.83%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D10A2A (or 0xD10A2A) is known color: Fire Engine Red. HEX triplet: D1, 0A and 2A. RGB value is (209,10,42). Sum of RGB (Red+Green+Blue) = 209+10+42=261 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.08% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 209 - color contains mainly: red. Hex color #D10A2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10A2A is #2EF5D5. Grayscale: #494949. Windows color (decimal): -3077590 or 2755281. OLE color: 2755281.

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

Color convert

RGB 209 10 42 -
CMYK 0 0.95 0.80 0.18
HSL 350.35º 0.91% 0.43% -
HSV(B) 350.35º 0.95% 0.82% -
XYZ 26.82 13.94 3.47 -
YUV 73.15 110.43 224.9 -
System Red Green Blue C M Y K H S L
Decimal 209 10 42 0 0.95 0.80 0.18 350.35 0.91 0.43
Hex D1 A 2A 0 5F 50 12 15E 5B 2B
Octal 321 12 52 0 137 120 22 536 133 53
Binary 11010001 1010 101010 0 1011111 1010000 10010 101011110 1011011 101011

Color Harmonies of #D10A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10A2A

Black with #D10A2A

Text Example


Text Example

White with #D10A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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