Html Css Color HEX #DD3D14 Harley Davidson Orange

📋 copy color: '#DD3D14'

red 221 ◦ green 61 ◦ blue 20

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

Shades of Harley Davidson Orange #DD3D14

Tints of Harley Davidson Orange #DD3D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.62%

R = 73.18%
G = 20.2%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD3D14 (or 0xDD3D14) is known color: Harley Davidson Orange. HEX triplet: DD, 3D and 14. RGB value is (221,61,20). Sum of RGB (Red+Green+Blue) = 221+61+20=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3D14 is #22C2EB. Grayscale: #686868. Windows color (decimal): -2278124 or 1326557. OLE color: 1326557.

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

Color convert

RGB 221 61 20 -
CMYK 0 0.72 0.91 0.13
HSL 12.24º 0.83% 0.47% -
HSV(B) 12.24º 0.91% 0.87% -
XYZ 31.61 18.76 2.62 -
YUV 104.17 80.51 211.33 -
System Red Green Blue C M Y K H S L
Decimal 221 61 20 0 0.72 0.91 0.13 12.24 0.83 0.47
Hex DD 3D 14 0 48 5B D C 53 2F
Octal 335 75 24 0 110 133 15 14 123 57
Binary 11011101 111101 10100 0 1001000 1011011 1101 1100 1010011 101111

Color Harmonies of #DD3D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3D14

Black with #DD3D14

Text Example


Text Example

White with #DD3D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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