Html Css Color HEX #DD3B05 Harley Davidson Orange

📋 copy color: '#DD3B05'

red 221 ◦ green 59 ◦ blue 5

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

Shades of Harley Davidson Orange #DD3B05

Tints of Harley Davidson Orange #DD3B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.75%

R = 77.54%
G = 20.7%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD3B05 (or 0xDD3B05) is known color: Harley Davidson Orange. HEX triplet: DD, 3B and 05. RGB value is (221,59,5). Sum of RGB (Red+Green+Blue) = 221+59+5=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3B05 is #22C4FA. Grayscale: #656565. Windows color (decimal): -2278651 or 343005. OLE color: 343005.

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

Color convert

RGB 221 59 5 -
CMYK 0 0.73 0.98 0.13
HSL 15º 0.96% 0.44% -
HSV(B) 15º 0.98% 0.87% -
XYZ 31.41 18.51 2.06 -
YUV 101.28 73.67 213.39 -
System Red Green Blue C M Y K H S L
Decimal 221 59 5 0 0.73 0.98 0.13 15 0.96 0.44
Hex DD 3B 5 0 49 62 D F 60 2C
Octal 335 73 5 0 111 142 15 17 140 54
Binary 11011101 111011 101 0 1001001 1100010 1101 1111 1100000 101100

Color Harmonies of #DD3B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3B05

Black with #DD3B05

Text Example


Text Example

White with #DD3B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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