Html Css Color HEX #D02306 Harley Davidson Orange

📋 copy color: '#D02306'

red 208 ◦ green 35 ◦ blue 6

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

Shades of Harley Davidson Orange #D02306

Tints of Harley Davidson Orange #D02306

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.06%

 BLUE value IS 6 (2.73% from 255) = 2.41%

R = 83.53%
G = 14.06%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D02306 (or 0xD02306) is known color: Harley Davidson Orange. HEX triplet: D0, 23 and 06. RGB value is (208,35,6). Sum of RGB (Red+Green+Blue) = 208+35+6=249 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.53% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 208 - color contains mainly: red. Hex color #D02306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02306 is #2FDCF9. Grayscale: #535353. Windows color (decimal): -3136762 or 402384. OLE color: 402384.

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

Color convert

RGB 208 35 6 -
CMYK 0 0.83 0.97 0.18
HSL 8.61º 0.94% 0.42% -
HSV(B) 8.61º 0.97% 0.82% -
XYZ 26.65 14.63 1.59 -
YUV 83.42 84.31 216.86 -
System Red Green Blue C M Y K H S L
Decimal 208 35 6 0 0.83 0.97 0.18 8.61 0.94 0.42
Hex D0 23 6 0 53 61 12 9 5E 2A
Octal 320 43 6 0 123 141 22 11 136 52
Binary 11010000 100011 110 0 1010011 1100001 10010 1001 1011110 101010

Color Harmonies of #D02306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02306

Black with #D02306

Text Example


Text Example

White with #D02306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02306; }

 p { color: rgb(208,35,6); }

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

background-color css

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

 a { background-color: rgb(208,35,6); }

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

border-color css

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

 span { border-color: rgb(208,35,6); }

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