Html Css Color HEX #D02508 Harley Davidson Orange

📋 copy color: '#D02508'

red 208 ◦ green 37 ◦ blue 8

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

Shades of Harley Davidson Orange #D02508

Tints of Harley Davidson Orange #D02508

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.62%

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

R = 82.21%
G = 14.62%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D02508 (or 0xD02508) is known color: Harley Davidson Orange. HEX triplet: D0, 25 and 08. RGB value is (208,37,8). Sum of RGB (Red+Green+Blue) = 208+37+8=253 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.21% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 208 - color contains mainly: red. Hex color #D02508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02508 is #2FDAF7. Grayscale: #555555. Windows color (decimal): -3136248 or 533968. OLE color: 533968.

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

Color convert

RGB 208 37 8 -
CMYK 0 0.82 0.96 0.18
HSL 8.7º 0.93% 0.42% -
HSV(B) 8.7º 0.96% 0.82% -
XYZ 26.72 14.75 1.67 -
YUV 84.82 84.65 215.86 -
System Red Green Blue C M Y K H S L
Decimal 208 37 8 0 0.82 0.96 0.18 8.7 0.93 0.42
Hex D0 25 8 0 52 60 12 9 5D 2A
Octal 320 45 10 0 122 140 22 11 135 52
Binary 11010000 100101 1000 0 1010010 1100000 10010 1001 1011101 101010

Color Harmonies of #D02508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02508

Black with #D02508

Text Example


Text Example

White with #D02508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02508; }

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

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

background-color css

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

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

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

border-color css

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

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

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