Html Css Color HEX #DD3A16 Harley Davidson Orange

📋 copy color: '#DD3A16'

red 221 ◦ green 58 ◦ blue 22

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

Shades of Harley Davidson Orange #DD3A16

Tints of Harley Davidson Orange #DD3A16

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.27%

 BLUE value IS 22 (8.98% from 255) = 7.31%

R = 73.42%
G = 19.27%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD3A16 (or 0xDD3A16) is known color: Harley Davidson Orange. HEX triplet: DD, 3A and 16. RGB value is (221,58,22). Sum of RGB (Red+Green+Blue) = 221+58+22=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3A16 is #22C5E9. Grayscale: #666666. Windows color (decimal): -2278890 or 1456861. OLE color: 1456861.

HSL color Cylindrical-coordinate representation of color #DD3A16: hue angle of 10.85º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD3A16 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 58 22 -
CMYK 0 0.74 0.90 0.13
HSL 10.85º 0.82% 0.48% -
HSV(B) 10.85º 0.9% 0.87% -
XYZ 31.48 18.46 2.66 -
YUV 102.63 82.5 212.43 -
System Red Green Blue C M Y K H S L
Decimal 221 58 22 0 0.74 0.90 0.13 10.85 0.82 0.48
Hex DD 3A 16 0 4A 5A D B 52 30
Octal 335 72 26 0 112 132 15 13 122 60
Binary 11011101 111010 10110 0 1001010 1011010 1101 1011 1010010 110000

Color Harmonies of #DD3A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3A16

Black with #DD3A16

Text Example


Text Example

White with #DD3A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3A16; }

 p { color: rgb(221,58,22); }

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

background-color css

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

 a { background-color: rgb(221,58,22); }

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

border-color css

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

 span { border-color: rgb(221,58,22); }

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