Html Css Color HEX #D02708 Harley Davidson Orange

📋 copy color: '#D02708'

red 208 ◦ green 39 ◦ blue 8

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

Shades of Harley Davidson Orange #D02708

Tints of Harley Davidson Orange #D02708

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.29%

 BLUE value IS 8 (3.52% from 255) = 3.14%

R = 81.57%
G = 15.29%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D02708 (or 0xD02708) is known color: Harley Davidson Orange. HEX triplet: D0, 27 and 08. RGB value is (208,39,8). Sum of RGB (Red+Green+Blue) = 208+39+8=255 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.57% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 208 - color contains mainly: red. Hex color #D02708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02708 is #2FD8F7. Grayscale: #565656. Windows color (decimal): -3135736 or 534480. OLE color: 534480.

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

Color convert

RGB 208 39 8 -
CMYK 0 0.81 0.96 0.18
HSL 9.3º 0.93% 0.42% -
HSV(B) 9.3º 0.96% 0.82% -
XYZ 26.78 14.88 1.69 -
YUV 86 83.99 215.02 -
System Red Green Blue C M Y K H S L
Decimal 208 39 8 0 0.81 0.96 0.18 9.3 0.93 0.42
Hex D0 27 8 0 51 60 12 9 5D 2A
Octal 320 47 10 0 121 140 22 11 135 52
Binary 11010000 100111 1000 0 1010001 1100000 10010 1001 1011101 101010

Color Harmonies of #D02708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02708

Black with #D02708

Text Example


Text Example

White with #D02708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02708; }

 p { color: rgb(208,39,8); }

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

background-color css

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

 a { background-color: rgb(208,39,8); }

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

border-color css

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

 span { border-color: rgb(208,39,8); }

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