Html Css Color HEX #D24110 Harley Davidson Orange

📋 copy color: '#D24110'

red 210 ◦ green 65 ◦ blue 16

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

Shades of Harley Davidson Orange #D24110

Tints of Harley Davidson Orange #D24110

RGB

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

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

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

R = 72.16%
G = 22.34%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D24110 (or 0xD24110) is known color: Harley Davidson Orange. HEX triplet: D2, 41 and 10. RGB value is (210,65,16). Sum of RGB (Red+Green+Blue) = 210+65+16=291 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.16% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 210 - color contains mainly: red. Hex color #D24110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24110 is #2DBEEF. Grayscale: #676767. Windows color (decimal): -2998000 or 1065426. OLE color: 1065426.

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

Color convert

RGB 210 65 16 -
CMYK 0 0.69 0.92 0.18
HSL 15.15º 0.86% 0.44% -
HSV(B) 15.15º 0.92% 0.82% -
XYZ 28.56 17.52 2.37 -
YUV 102.77 79.04 204.48 -
System Red Green Blue C M Y K H S L
Decimal 210 65 16 0 0.69 0.92 0.18 15.15 0.86 0.44
Hex D2 41 10 0 45 5C 12 F 56 2C
Octal 322 101 20 0 105 134 22 17 126 54
Binary 11010010 1000001 10000 0 1000101 1011100 10010 1111 1010110 101100

Color Harmonies of #D24110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24110

Black with #D24110

Text Example


Text Example

White with #D24110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24110; }

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

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

background-color css

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

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

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

border-color css

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

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

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