Html Css Color HEX #D02615 Harley Davidson Orange

📋 copy color: '#D02615'

red 208 ◦ green 38 ◦ blue 21

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

Shades of Harley Davidson Orange #D02615

Tints of Harley Davidson Orange #D02615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 77.9%
G = 14.23%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D02615 (or 0xD02615) is known color: Harley Davidson Orange. HEX triplet: D0, 26 and 15. RGB value is (208,38,21). Sum of RGB (Red+Green+Blue) = 208+38+21=267 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.90% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 208 - color contains mainly: red. Hex color #D02615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02615 is #2FD9EA. Grayscale: #575757. Windows color (decimal): -3135979 or 1386192. OLE color: 1386192.

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

Color convert

RGB 208 38 21 -
CMYK 0 0.82 0.90 0.18
HSL 5.45º 0.82% 0.45% -
HSV(B) 5.45º 0.9% 0.82% -
XYZ 26.84 14.85 2.16 -
YUV 86.89 90.82 214.38 -
System Red Green Blue C M Y K H S L
Decimal 208 38 21 0 0.82 0.90 0.18 5.45 0.82 0.45
Hex D0 26 15 0 52 5A 12 5 52 2D
Octal 320 46 25 0 122 132 22 5 122 55
Binary 11010000 100110 10101 0 1010010 1011010 10010 101 1010010 101101

Color Harmonies of #D02615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02615

Black with #D02615

Text Example


Text Example

White with #D02615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02615; }

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

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

background-color css

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

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

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

border-color css

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

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

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