Html Css Color HEX #DD3A11 Harley Davidson Orange

📋 copy color: '#DD3A11'

red 221 ◦ green 58 ◦ blue 17

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

Shades of Harley Davidson Orange #DD3A11

Tints of Harley Davidson Orange #DD3A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.74%

R = 74.66%
G = 19.59%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD3A11 (or 0xDD3A11) is known color: Harley Davidson Orange. HEX triplet: DD, 3A and 11. RGB value is (221,58,17). Sum of RGB (Red+Green+Blue) = 221+58+17=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3A11 is #22C5EE. Grayscale: #666666. Windows color (decimal): -2278895 or 1129181. OLE color: 1129181.

HSL color Cylindrical-coordinate representation of color #DD3A11: hue angle of 12.06º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD3A11 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 58 17 -
CMYK 0 0.74 0.92 0.13
HSL 12.06º 0.86% 0.47% -
HSV(B) 12.06º 0.92% 0.87% -
XYZ 31.43 18.44 2.43 -
YUV 102.06 80 212.83 -
System Red Green Blue C M Y K H S L
Decimal 221 58 17 0 0.74 0.92 0.13 12.06 0.86 0.47
Hex DD 3A 11 0 4A 5C D C 56 2F
Octal 335 72 21 0 112 134 15 14 126 57
Binary 11011101 111010 10001 0 1001010 1011100 1101 1100 1010110 101111

Color Harmonies of #DD3A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3A11

Black with #DD3A11

Text Example


Text Example

White with #DD3A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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