Html Css Color HEX #DD3108 Harley Davidson Orange

📋 copy color: '#DD3108'

red 221 ◦ green 49 ◦ blue 8

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

Shades of Harley Davidson Orange #DD3108

Tints of Harley Davidson Orange #DD3108

RGB

 RED value IS 221 (86.72% from 255) = 79.5%

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

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

R = 79.5%
G = 17.63%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD3108 (or 0xDD3108) is known color: Harley Davidson Orange. HEX triplet: DD, 31 and 08. RGB value is (221,49,8). Sum of RGB (Red+Green+Blue) = 221+49+8=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3108 is #22CEF7. Grayscale: #606060. Windows color (decimal): -2281208 or 537053. OLE color: 537053.

HSL color Cylindrical-coordinate representation of color #DD3108: hue angle of 11.55º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD3108 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 49 8 -
CMYK 0 0.78 0.96 0.13
HSL 11.55º 0.93% 0.45% -
HSV(B) 11.55º 0.96% 0.87% -
XYZ 30.96 17.59 1.99 -
YUV 95.75 78.48 217.33 -
System Red Green Blue C M Y K H S L
Decimal 221 49 8 0 0.78 0.96 0.13 11.55 0.93 0.45
Hex DD 31 8 0 4E 60 D C 5D 2D
Octal 335 61 10 0 116 140 15 14 135 55
Binary 11011101 110001 1000 0 1001110 1100000 1101 1100 1011101 101101

Color Harmonies of #DD3108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3108

Black with #DD3108

Text Example


Text Example

White with #DD3108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3108; }

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

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

background-color css

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

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

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

border-color css

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

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

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