Html Css Color HEX #DD3801 Harley Davidson Orange

📋 copy color: '#DD3801'

red 221 ◦ green 56 ◦ blue 1

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

Shades of Harley Davidson Orange #DD3801

Tints of Harley Davidson Orange #DD3801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.14%

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

R = 79.5%
G = 20.14%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD3801 (or 0xDD3801) is known color: Harley Davidson Orange. HEX triplet: DD, 38 and 01. RGB value is (221,56,1). Sum of RGB (Red+Green+Blue) = 221+56+1=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3801 is #22C7FE. Grayscale: #636363. Windows color (decimal): -2279423 or 80093. OLE color: 80093.

HSL color Cylindrical-coordinate representation of color #DD3801: hue angle of 15º 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 #DD3801 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 56 1 -
CMYK 0 0.75 1.00 0.13
HSL 15º 0.99% 0.44% -
HSV(B) 15º 1% 0.87% -
XYZ 31.24 18.2 1.9 -
YUV 99.07 72.66 214.97 -
System Red Green Blue C M Y K H S L
Decimal 221 56 1 0 0.75 1.00 0.13 15 0.99 0.44
Hex DD 38 1 0 4B 64 D F 63 2C
Octal 335 70 1 0 113 144 15 17 143 54
Binary 11011101 111000 1 0 1001011 1100100 1101 1111 1100011 101100

Color Harmonies of #DD3801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3801

Black with #DD3801

Text Example


Text Example

White with #DD3801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3801; }

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

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

background-color css

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

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

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

border-color css

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

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

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