Html Css Color HEX #DD3B01 Harley Davidson Orange

📋 copy color: '#DD3B01'

red 221 ◦ green 59 ◦ blue 1

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

Shades of Harley Davidson Orange #DD3B01

Tints of Harley Davidson Orange #DD3B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 78.65%
G = 21%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD3B01 (or 0xDD3B01) is known color: Harley Davidson Orange. HEX triplet: DD, 3B and 01. RGB value is (221,59,1). Sum of RGB (Red+Green+Blue) = 221+59+1=281 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.65% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3B01 is #22C4FE. Grayscale: #656565. Windows color (decimal): -2278655 or 80861. OLE color: 80861.

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

Color convert

RGB 221 59 1 -
CMYK 0 0.73 1.00 0.13
HSL 15.82º 0.99% 0.44% -
HSV(B) 15.82º 1% 0.87% -
XYZ 31.39 18.5 1.95 -
YUV 100.83 71.67 213.72 -
System Red Green Blue C M Y K H S L
Decimal 221 59 1 0 0.73 1.00 0.13 15.82 0.99 0.44
Hex DD 3B 1 0 49 64 D 10 63 2C
Octal 335 73 1 0 111 144 15 20 143 54
Binary 11011101 111011 1 0 1001001 1100100 1101 10000 1100011 101100

Color Harmonies of #DD3B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3B01

Black with #DD3B01

Text Example


Text Example

White with #DD3B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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