Html Css Color HEX #D24711 Harley Davidson Orange

📋 copy color: '#D24711'

red 210 ◦ green 71 ◦ blue 17

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

Shades of Harley Davidson Orange #D24711

Tints of Harley Davidson Orange #D24711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.7%

R = 70.47%
G = 23.83%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D24711 (or 0xD24711) is known color: Harley Davidson Orange. HEX triplet: D2, 47 and 11. RGB value is (210,71,17). Sum of RGB (Red+Green+Blue) = 210+71+17=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D24711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24711 is #2DB8EE. Grayscale: #6A6A6A. Windows color (decimal): -2996463 or 1132498. OLE color: 1132498.

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

Color convert

RGB 210 71 17 -
CMYK 0 0.66 0.92 0.18
HSL 16.79º 0.85% 0.45% -
HSV(B) 16.79º 0.92% 0.82% -
XYZ 28.93 18.25 2.53 -
YUV 106.41 77.55 201.89 -
System Red Green Blue C M Y K H S L
Decimal 210 71 17 0 0.66 0.92 0.18 16.79 0.85 0.45
Hex D2 47 11 0 42 5C 12 11 55 2D
Octal 322 107 21 0 102 134 22 21 125 55
Binary 11010010 1000111 10001 0 1000010 1011100 10010 10001 1010101 101101

Color Harmonies of #D24711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24711

Black with #D24711

Text Example


Text Example

White with #D24711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24711; }

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

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

background-color css

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

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

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

border-color css

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

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

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