Html Css Color HEX #D2420E Harley Davidson Orange

📋 copy color: '#D2420E'

red 210 ◦ green 66 ◦ blue 14

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

Shades of Harley Davidson Orange #D2420E

Tints of Harley Davidson Orange #D2420E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.76%

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

R = 72.41%
G = 22.76%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2420E (or 0xD2420E) is known color: Harley Davidson Orange. HEX triplet: D2, 42 and 0E. RGB value is (210,66,14). Sum of RGB (Red+Green+Blue) = 210+66+14=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D2420E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2420E is #2DBDF1. Grayscale: #676767. Windows color (decimal): -2997746 or 934610. OLE color: 934610.

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

Color convert

RGB 210 66 14 -
CMYK 0 0.69 0.93 0.18
HSL 15.92º 0.88% 0.44% -
HSV(B) 15.92º 0.93% 0.82% -
XYZ 28.61 17.63 2.31 -
YUV 103.13 77.71 204.23 -
System Red Green Blue C M Y K H S L
Decimal 210 66 14 0 0.69 0.93 0.18 15.92 0.88 0.44
Hex D2 42 E 0 45 5D 12 10 58 2C
Octal 322 102 16 0 105 135 22 20 130 54
Binary 11010010 1000010 1110 0 1000101 1011101 10010 10000 1011000 101100

Color Harmonies of #D2420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2420E

Black with #D2420E

Text Example


Text Example

White with #D2420E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2420E; }

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

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

background-color css

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

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

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

border-color css

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

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

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