Html Css Color HEX #D24616 Harley Davidson Orange

📋 copy color: '#D24616'

red 210 ◦ green 70 ◦ blue 22

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

Shades of Harley Davidson Orange #D24616

Tints of Harley Davidson Orange #D24616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.18%

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

R = 69.54%
G = 23.18%
B = 7.28%

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

#D24616 (or 0xD24616) is known color: Harley Davidson Orange. HEX triplet: D2, 46 and 16. RGB value is (210,70,22). Sum of RGB (Red+Green+Blue) = 210+70+22=302 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.54% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 210 - color contains mainly: red. Hex color #D24616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24616 is #2DB9E9. Grayscale: #6A6A6A. Windows color (decimal): -2996714 or 1459922. OLE color: 1459922.

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

Color convert

RGB 210 70 22 -
CMYK 0 0.67 0.90 0.18
HSL 15.32º 0.81% 0.45% -
HSV(B) 15.32º 0.9% 0.82% -
XYZ 28.91 18.14 2.74 -
YUV 106.39 80.38 201.9 -
System Red Green Blue C M Y K H S L
Decimal 210 70 22 0 0.67 0.90 0.18 15.32 0.81 0.45
Hex D2 46 16 0 43 5A 12 F 51 2D
Octal 322 106 26 0 103 132 22 17 121 55
Binary 11010010 1000110 10110 0 1000011 1011010 10010 1111 1010001 101101

Color Harmonies of #D24616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24616

Black with #D24616

Text Example


Text Example

White with #D24616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24616; }

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

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

background-color css

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

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

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

border-color css

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

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

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