Html Css Color HEX #D02617 Harley Davidson Orange

📋 copy color: '#D02617'

red 208 ◦ green 38 ◦ blue 23

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

Shades of Harley Davidson Orange #D02617

Tints of Harley Davidson Orange #D02617

RGB

 RED value IS 208 (81.64% from 255) = 77.32%

 GREEN value IS 38 (15.23% from 255) = 14.13%

 BLUE value IS 23 (9.38% from 255) = 8.55%

R = 77.32%
G = 14.13%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D02617 (or 0xD02617) is known color: Harley Davidson Orange. HEX triplet: D0, 26 and 17. RGB value is (208,38,23). Sum of RGB (Red+Green+Blue) = 208+38+23=269 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.32% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 208 - color contains mainly: red. Hex color #D02617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02617 is #2FD9E8. Grayscale: #575757. Windows color (decimal): -3135977 or 1517264. OLE color: 1517264.

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

Color convert

RGB 208 38 23 -
CMYK 0 0.82 0.89 0.18
HSL 4.86º 0.8% 0.45% -
HSV(B) 4.86º 0.89% 0.82% -
XYZ 26.86 14.86 2.26 -
YUV 87.12 91.82 214.22 -
System Red Green Blue C M Y K H S L
Decimal 208 38 23 0 0.82 0.89 0.18 4.86 0.8 0.45
Hex D0 26 17 0 52 59 12 5 50 2D
Octal 320 46 27 0 122 131 22 5 120 55
Binary 11010000 100110 10111 0 1010010 1011001 10010 101 1010000 101101

Color Harmonies of #D02617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02617

Black with #D02617

Text Example


Text Example

White with #D02617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02617; }

 p { color: rgb(208,38,23); }

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

background-color css

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

 a { background-color: rgb(208,38,23); }

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

border-color css

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

 span { border-color: rgb(208,38,23); }

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