#D02E19

Color #D02E19 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #D02E19

Tints of Harley Davidson Orange #D02E19

Color information

#D02E19 (or 0xD02E19) is unknown color: approx Harley Davidson Orange. HEX triplet: D0, 2E and 19. RGB value is (208,46,25). Sum of RGB (Red+Green+Blue) = 208+46+25=279 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.55% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 208 - color contains mainly: red. Hex color #D02E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02E19 is #2FD1E6. Grayscale: #5C5C5C. Windows color (decimal): -3133927 or 1650384. OLE color: 1650384.

HSL color Cylindrical-coordinate representation of color #D02E19: hue angle of 6.89º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D02E19 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB2084625-
CMYK00.780.880.18
HSL6.89º78.54%45.69%-
HSV(B)6.89º87.98%81.57%-
XYZ27.1615.432.47-
YUV92.0490.17210.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 74.55%
GREEN value IS 46 (18.36% from 255) = 16.49%
BLUE value IS 25 (10.16% from 255) = 8.96%
R=74.55%
G=16.49%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208462500.780.880.186.8978.5445.69
HexD02E1904E581274f2e
Octal3205631011613022711756
Binary1101000010111011001010011101011000100101111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02E19; }

 p { color: rgb(208,46,25); }

 H1.HeaderClassName
 {
   color: #D02E19;
 }
 .AnyTagClassName
 {
   color: #D02E19;
 }
</style>
background-color css

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

 a { background-color: rgb(208,46,25); }

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

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

 span { border-color: rgb(208,46,25); }

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