Html Css Color HEX #D2470E Harley Davidson Orange

📋 copy color: '#D2470E'

red 210 ◦ green 71 ◦ blue 14

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

Shades of Harley Davidson Orange #D2470E

Tints of Harley Davidson Orange #D2470E

RGB

 RED value IS 210 (82.42% from 255) = 71.19%

 GREEN value IS 71 (28.13% from 255) = 24.07%

 BLUE value IS 14 (5.86% from 255) = 4.75%

R = 71.19%
G = 24.07%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2470E (or 0xD2470E) is known color: Harley Davidson Orange. HEX triplet: D2, 47 and 0E. RGB value is (210,71,14). Sum of RGB (Red+Green+Blue) = 210+71+14=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D2470E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2470E is #2DB8F1. Grayscale: #6A6A6A. Windows color (decimal): -2996466 or 935890. OLE color: 935890.

HSL color Cylindrical-coordinate representation of color #D2470E: hue angle of 17.45º degrees, saturation: 0.88, 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 #D2470E is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 71 14 -
CMYK 0 0.66 0.93 0.18
HSL 17.45º 0.88% 0.44% -
HSV(B) 17.45º 0.93% 0.82% -
XYZ 28.91 18.24 2.41 -
YUV 106.06 76.05 202.13 -
System Red Green Blue C M Y K H S L
Decimal 210 71 14 0 0.66 0.93 0.18 17.45 0.88 0.44
Hex D2 47 E 0 42 5D 12 11 58 2C
Octal 322 107 16 0 102 135 22 21 130 54
Binary 11010010 1000111 1110 0 1000010 1011101 10010 10001 1011000 101100

Color Harmonies of #D2470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2470E

Black with #D2470E

Text Example


Text Example

White with #D2470E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2470E; }

 p { color: rgb(210,71,14); }

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

background-color css

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

 a { background-color: rgb(210,71,14); }

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

border-color css

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

 span { border-color: rgb(210,71,14); }

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