Html Css Color HEX #DD3B0E Harley Davidson Orange

📋 copy color: '#DD3B0E'

red 221 ◦ green 59 ◦ blue 14

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

Shades of Harley Davidson Orange #DD3B0E

Tints of Harley Davidson Orange #DD3B0E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.07%

 BLUE value IS 14 (5.86% from 255) = 4.76%

R = 75.17%
G = 20.07%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD3B0E (or 0xDD3B0E) is known color: Harley Davidson Orange. HEX triplet: DD, 3B and 0E. RGB value is (221,59,14). Sum of RGB (Red+Green+Blue) = 221+59+14=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3B0E is #22C4F1. Grayscale: #666666. Windows color (decimal): -2278642 or 932829. OLE color: 932829.

HSL color Cylindrical-coordinate representation of color #DD3B0E: hue angle of 13.04º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD3B0E is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 59 14 -
CMYK 0 0.73 0.94 0.13
HSL 13.04º 0.88% 0.46% -
HSV(B) 13.04º 0.94% 0.87% -
XYZ 31.46 18.53 2.33 -
YUV 102.31 78.17 212.66 -
System Red Green Blue C M Y K H S L
Decimal 221 59 14 0 0.73 0.94 0.13 13.04 0.88 0.46
Hex DD 3B E 0 49 5E D D 58 2E
Octal 335 73 16 0 111 136 15 15 130 56
Binary 11011101 111011 1110 0 1001001 1011110 1101 1101 1011000 101110

Color Harmonies of #DD3B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3B0E

Black with #DD3B0E

Text Example


Text Example

White with #DD3B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3B0E; }

 p { color: rgb(221,59,14); }

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

background-color css

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

 a { background-color: rgb(221,59,14); }

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

border-color css

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

 span { border-color: rgb(221,59,14); }

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