Html Css Color HEX #D02E03 Harley Davidson Orange

📋 copy color: '#D02E03'

red 208 ◦ green 46 ◦ blue 3

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

Shades of Harley Davidson Orange #D02E03

Tints of Harley Davidson Orange #D02E03

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.9%

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 80.93%
G = 17.9%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D02E03 (or 0xD02E03) is known color: Harley Davidson Orange. HEX triplet: D0, 2E and 03. RGB value is (208,46,3). Sum of RGB (Red+Green+Blue) = 208+46+3=257 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.93% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 208 - color contains mainly: red. Hex color #D02E03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02E03 is #2FD1FC. Grayscale: #595959. Windows color (decimal): -3133949 or 208592. OLE color: 208592.

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

Color convert

RGB 208 46 3 -
CMYK 0 0.78 0.99 0.18
HSL 12.59º 0.97% 0.41% -
HSV(B) 12.59º 0.99% 0.82% -
XYZ 27.01 15.37 1.63 -
YUV 89.54 79.17 212.5 -
System Red Green Blue C M Y K H S L
Decimal 208 46 3 0 0.78 0.99 0.18 12.59 0.97 0.41
Hex D0 2E 3 0 4E 63 12 D 61 29
Octal 320 56 3 0 116 143 22 15 141 51
Binary 11010000 101110 11 0 1001110 1100011 10010 1101 1100001 101001

Color Harmonies of #D02E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02E03

Black with #D02E03

Text Example


Text Example

White with #D02E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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