Html Css Color HEX #DD3D11 Harley Davidson Orange

📋 copy color: '#DD3D11'

red 221 ◦ green 61 ◦ blue 17

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

Shades of Harley Davidson Orange #DD3D11

Tints of Harley Davidson Orange #DD3D11

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.4%

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

R = 73.91%
G = 20.4%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD3D11 (or 0xDD3D11) is known color: Harley Davidson Orange. HEX triplet: DD, 3D and 11. RGB value is (221,61,17). Sum of RGB (Red+Green+Blue) = 221+61+17=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3D11 is #22C2EE. Grayscale: #686868. Windows color (decimal): -2278127 or 1129949. OLE color: 1129949.

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

Color convert

RGB 221 61 17 -
CMYK 0 0.72 0.92 0.13
HSL 12.94º 0.86% 0.47% -
HSV(B) 12.94º 0.92% 0.87% -
XYZ 31.59 18.75 2.48 -
YUV 103.82 79.01 211.58 -
System Red Green Blue C M Y K H S L
Decimal 221 61 17 0 0.72 0.92 0.13 12.94 0.86 0.47
Hex DD 3D 11 0 48 5C D D 56 2F
Octal 335 75 21 0 110 134 15 15 126 57
Binary 11011101 111101 10001 0 1001000 1011100 1101 1101 1010110 101111

Color Harmonies of #DD3D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3D11

Black with #DD3D11

Text Example


Text Example

White with #DD3D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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