Html Css Color HEX #D02817 Harley Davidson Orange

📋 copy color: '#D02817'

red 208 ◦ green 40 ◦ blue 23

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

Shades of Harley Davidson Orange #D02817

Tints of Harley Davidson Orange #D02817

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.76%

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

R = 76.75%
G = 14.76%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D02817 (or 0xD02817) is known color: Harley Davidson Orange. HEX triplet: D0, 28 and 17. RGB value is (208,40,23). Sum of RGB (Red+Green+Blue) = 208+40+23=271 (35% of max value = 765). Red value is 208 (81.64% from 255 or 76.75% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 208 - color contains mainly: red. Hex color #D02817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02817 is #2FD7E8. Grayscale: #585858. Windows color (decimal): -3135465 or 1517776. OLE color: 1517776.

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

Color convert

RGB 208 40 23 -
CMYK 0 0.81 0.89 0.18
HSL 5.51º 0.8% 0.45% -
HSV(B) 5.51º 0.89% 0.82% -
XYZ 26.93 14.99 2.28 -
YUV 88.29 91.16 213.38 -
System Red Green Blue C M Y K H S L
Decimal 208 40 23 0 0.81 0.89 0.18 5.51 0.8 0.45
Hex D0 28 17 0 51 59 12 6 50 2D
Octal 320 50 27 0 121 131 22 6 120 55
Binary 11010000 101000 10111 0 1010001 1011001 10010 110 1010000 101101

Color Harmonies of #D02817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02817

Black with #D02817

Text Example


Text Example

White with #D02817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02817; }

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

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

background-color css

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

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

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

border-color css

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

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

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