Html Css Color HEX #D24516 Harley Davidson Orange

📋 copy color: '#D24516'

red 210 ◦ green 69 ◦ blue 22

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

Shades of Harley Davidson Orange #D24516

Tints of Harley Davidson Orange #D24516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.92%

 BLUE value IS 22 (8.98% from 255) = 7.31%

R = 69.77%
G = 22.92%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D24516 (or 0xD24516) is known color: Harley Davidson Orange. HEX triplet: D2, 45 and 16. RGB value is (210,69,22). Sum of RGB (Red+Green+Blue) = 210+69+22=301 (39% of max value = 765). Red value is 210 (82.42% from 255 or 69.77% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 210 - color contains mainly: red. Hex color #D24516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24516 is #2DBAE9. Grayscale: #6A6A6A. Windows color (decimal): -2996970 or 1459666. OLE color: 1459666.

HSL color Cylindrical-coordinate representation of color #D24516: hue angle of 15º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D24516 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 69 22 -
CMYK 0 0.67 0.90 0.18
HSL 15º 0.81% 0.45% -
HSV(B) 15º 0.9% 0.82% -
XYZ 28.85 18.02 2.72 -
YUV 105.8 80.71 202.32 -
System Red Green Blue C M Y K H S L
Decimal 210 69 22 0 0.67 0.90 0.18 15 0.81 0.45
Hex D2 45 16 0 43 5A 12 F 51 2D
Octal 322 105 26 0 103 132 22 17 121 55
Binary 11010010 1000101 10110 0 1000011 1011010 10010 1111 1010001 101101

Color Harmonies of #D24516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24516

Black with #D24516

Text Example


Text Example

White with #D24516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24516; }

 p { color: rgb(210,69,22); }

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

background-color css

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

 a { background-color: rgb(210,69,22); }

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

border-color css

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

 span { border-color: rgb(210,69,22); }

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