Html Css Color HEX #D24116 Harley Davidson Orange

📋 copy color: '#D24116'

red 210 ◦ green 65 ◦ blue 22

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

Shades of Harley Davidson Orange #D24116

Tints of Harley Davidson Orange #D24116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.89%

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

R = 70.71%
G = 21.89%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D24116 (or 0xD24116) is known color: Harley Davidson Orange. HEX triplet: D2, 41 and 16. RGB value is (210,65,22). Sum of RGB (Red+Green+Blue) = 210+65+22=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D24116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24116 is #2DBEE9. Grayscale: #676767. Windows color (decimal): -2997994 or 1458642. OLE color: 1458642.

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

Color convert

RGB 210 65 22 -
CMYK 0 0.69 0.90 0.18
HSL 13.72º 0.81% 0.45% -
HSV(B) 13.72º 0.9% 0.82% -
XYZ 28.61 17.54 2.64 -
YUV 103.45 82.04 204 -
System Red Green Blue C M Y K H S L
Decimal 210 65 22 0 0.69 0.90 0.18 13.72 0.81 0.45
Hex D2 41 16 0 45 5A 12 E 51 2D
Octal 322 101 26 0 105 132 22 16 121 55
Binary 11010010 1000001 10110 0 1000101 1011010 10010 1110 1010001 101101

Color Harmonies of #D24116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24116

Black with #D24116

Text Example


Text Example

White with #D24116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24116; }

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

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

background-color css

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

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

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

border-color css

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

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

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