Html Css Color HEX #D24010 Harley Davidson Orange

📋 copy color: '#D24010'

red 210 ◦ green 64 ◦ blue 16

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

Shades of Harley Davidson Orange #D24010

Tints of Harley Davidson Orange #D24010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.07%

 BLUE value IS 16 (6.64% from 255) = 5.52%

R = 72.41%
G = 22.07%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D24010 (or 0xD24010) is known color: Harley Davidson Orange. HEX triplet: D2, 40 and 10. RGB value is (210,64,16). Sum of RGB (Red+Green+Blue) = 210+64+16=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D24010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24010 is #2DBFEF. Grayscale: #666666. Windows color (decimal): -2998256 or 1065170. OLE color: 1065170.

HSL color Cylindrical-coordinate representation of color #D24010: hue angle of 14.85º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D24010 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 64 16 -
CMYK 0 0.70 0.92 0.18
HSL 14.85º 0.86% 0.44% -
HSV(B) 14.85º 0.92% 0.82% -
XYZ 28.51 17.41 2.35 -
YUV 102.18 79.37 204.9 -
System Red Green Blue C M Y K H S L
Decimal 210 64 16 0 0.70 0.92 0.18 14.85 0.86 0.44
Hex D2 40 10 0 46 5C 12 F 56 2C
Octal 322 100 20 0 106 134 22 17 126 54
Binary 11010010 1000000 10000 0 1000110 1011100 10010 1111 1010110 101100

Color Harmonies of #D24010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24010

Black with #D24010

Text Example


Text Example

White with #D24010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24010; }

 p { color: rgb(210,64,16); }

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

background-color css

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

 a { background-color: rgb(210,64,16); }

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

border-color css

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

 span { border-color: rgb(210,64,16); }

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