#D02904

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

Shades of Harley Davidson Orange #D02904

Tints of Harley Davidson Orange #D02904

Color information

#D02904 (or 0xD02904) is unknown color: approx Harley Davidson Orange. HEX triplet: D0, 29 and 04. RGB value is (208,41,4). Sum of RGB (Red+Green+Blue) = 208+41+4=253 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.21% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 208 - color contains mainly: red. Hex color #D02904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02904 is #2FD6FB. Grayscale: #575757. Windows color (decimal): -3135228 or 272848. OLE color: 272848.

HSL color Cylindrical-coordinate representation of color #D02904: hue angle of 10.88º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D02904 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB208414-
CMYK00.800.980.18
HSL10.88º96.23%41.57%-
HSV(B)10.88º98.08%81.57%-
XYZ26.83151.6-
YUV86.7281.33214.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 82.21%
GREEN value IS 41 (16.41% from 255) = 16.21%
BLUE value IS 4 (1.95% from 255) = 1.58%
R=82.21%
G=16.21%
B=1.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.98
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20841400.800.980.1810.8896.2341.57
HexD02940506212b602a
Octal3205140120142221314052
Binary110100001010011000101000011000101001010111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02904; }

 p { color: rgb(208,41,4); }

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

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

 a { background-color: rgb(208,41,4); }

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

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

 span { border-color: rgb(208,41,4); }

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