Html Css Color HEX #D03108 Harley Davidson Orange

📋 copy color: '#D03108'

red 208 ◦ green 49 ◦ blue 8

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

Shades of Harley Davidson Orange #D03108

Tints of Harley Davidson Orange #D03108

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.49%

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

R = 78.49%
G = 18.49%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D03108 (or 0xD03108) is known color: Harley Davidson Orange. HEX triplet: D0, 31 and 08. RGB value is (208,49,8). Sum of RGB (Red+Green+Blue) = 208+49+8=265 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.49% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 208 - color contains mainly: red. Hex color #D03108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03108 is #2FCEF7. Grayscale: #5C5C5C. Windows color (decimal): -3133176 or 537040. OLE color: 537040.

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

Color convert

RGB 208 49 8 -
CMYK 0 0.76 0.96 0.18
HSL 12.3º 0.93% 0.42% -
HSV(B) 12.3º 0.96% 0.82% -
XYZ 27.15 15.62 1.81 -
YUV 91.87 80.68 210.83 -
System Red Green Blue C M Y K H S L
Decimal 208 49 8 0 0.76 0.96 0.18 12.3 0.93 0.42
Hex D0 31 8 0 4C 60 12 C 5D 2A
Octal 320 61 10 0 114 140 22 14 135 52
Binary 11010000 110001 1000 0 1001100 1100000 10010 1100 1011101 101010

Color Harmonies of #D03108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03108

Black with #D03108

Text Example


Text Example

White with #D03108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03108; }

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

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

background-color css

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

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

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

border-color css

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

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

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