Html Css Color HEX #D2440E Harley Davidson Orange

📋 copy color: '#D2440E'

red 210 ◦ green 68 ◦ blue 14

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

Shades of Harley Davidson Orange #D2440E

Tints of Harley Davidson Orange #D2440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.29%

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

R = 71.92%
G = 23.29%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2440E (or 0xD2440E) is known color: Harley Davidson Orange. HEX triplet: D2, 44 and 0E. RGB value is (210,68,14). Sum of RGB (Red+Green+Blue) = 210+68+14=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D2440E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2440E is #2DBBF1. Grayscale: #686868. Windows color (decimal): -2997234 or 935122. OLE color: 935122.

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

Color convert

RGB 210 68 14 -
CMYK 0 0.68 0.93 0.18
HSL 16.53º 0.88% 0.44% -
HSV(B) 16.53º 0.93% 0.82% -
XYZ 28.72 17.87 2.35 -
YUV 104.3 77.04 203.39 -
System Red Green Blue C M Y K H S L
Decimal 210 68 14 0 0.68 0.93 0.18 16.53 0.88 0.44
Hex D2 44 E 0 44 5D 12 11 58 2C
Octal 322 104 16 0 104 135 22 21 130 54
Binary 11010010 1000100 1110 0 1000100 1011101 10010 10001 1011000 101100

Color Harmonies of #D2440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2440E

Black with #D2440E

Text Example


Text Example

White with #D2440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2440E; }

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

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

background-color css

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

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

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

border-color css

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

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

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