Html Css Color HEX #D04002 Harley Davidson Orange

📋 copy color: '#D04002'

red 208 ◦ green 64 ◦ blue 2

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

Shades of Harley Davidson Orange #D04002

Tints of Harley Davidson Orange #D04002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.36%

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 75.91%
G = 23.36%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D04002 (or 0xD04002) is known color: Harley Davidson Orange. HEX triplet: D0, 40 and 02. RGB value is (208,64,2). Sum of RGB (Red+Green+Blue) = 208+64+2=274 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.91% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 208 - color contains mainly: red. Hex color #D04002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04002 is #2FBFFD. Grayscale: #646464. Windows color (decimal): -3129342 or 147664. OLE color: 147664.

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

Color convert

RGB 208 64 2 -
CMYK 0 0.69 0.99 0.18
HSL 18.06º 0.98% 0.41% -
HSV(B) 18.06º 0.99% 0.82% -
XYZ 27.86 17.08 1.89 -
YUV 99.99 72.71 205.04 -
System Red Green Blue C M Y K H S L
Decimal 208 64 2 0 0.69 0.99 0.18 18.06 0.98 0.41
Hex D0 40 2 0 45 63 12 12 62 29
Octal 320 100 2 0 105 143 22 22 142 51
Binary 11010000 1000000 10 0 1000101 1100011 10010 10010 1100010 101001

Color Harmonies of #D04002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04002

Black with #D04002

Text Example


Text Example

White with #D04002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04002; }

 p { color: rgb(208,64,2); }

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

background-color css

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

 a { background-color: rgb(208,64,2); }

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

border-color css

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

 span { border-color: rgb(208,64,2); }

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