Html Css Color HEX #D03F02 Harley Davidson Orange

📋 copy color: '#D03F02'

red 208 ◦ green 63 ◦ blue 2

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

Shades of Harley Davidson Orange #D03F02

Tints of Harley Davidson Orange #D03F02

RGB

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

 GREEN value IS 63 (25% from 255) = 23.08%

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

R = 76.19%
G = 23.08%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D03F02 (or 0xD03F02) is known color: Harley Davidson Orange. HEX triplet: D0, 3F and 02. RGB value is (208,63,2). Sum of RGB (Red+Green+Blue) = 208+63+2=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03F02 is #2FC0FD. Grayscale: #636363. Windows color (decimal): -3129598 or 147408. OLE color: 147408.

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

Color convert

RGB 208 63 2 -
CMYK 0 0.70 0.99 0.18
HSL 17.77º 0.98% 0.41% -
HSV(B) 17.77º 0.99% 0.82% -
XYZ 27.8 16.97 1.87 -
YUV 99.4 73.04 205.46 -
System Red Green Blue C M Y K H S L
Decimal 208 63 2 0 0.70 0.99 0.18 17.77 0.98 0.41
Hex D0 3F 2 0 46 63 12 12 62 29
Octal 320 77 2 0 106 143 22 22 142 51
Binary 11010000 111111 10 0 1000110 1100011 10010 10010 1100010 101001

Color Harmonies of #D03F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03F02

Black with #D03F02

Text Example


Text Example

White with #D03F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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