Html Css Color HEX #DD3910 Harley Davidson Orange

📋 copy color: '#DD3910'

red 221 ◦ green 57 ◦ blue 16

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

Shades of Harley Davidson Orange #DD3910

Tints of Harley Davidson Orange #DD3910

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.39%

 BLUE value IS 16 (6.64% from 255) = 5.44%

R = 75.17%
G = 19.39%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD3910 (or 0xDD3910) is known color: Harley Davidson Orange. HEX triplet: DD, 39 and 10. RGB value is (221,57,16). Sum of RGB (Red+Green+Blue) = 221+57+16=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3910 is #22C6EF. Grayscale: #656565. Windows color (decimal): -2279152 or 1063389. OLE color: 1063389.

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

Color convert

RGB 221 57 16 -
CMYK 0 0.74 0.93 0.13
HSL 12º 0.86% 0.46% -
HSV(B) 12º 0.93% 0.87% -
XYZ 31.38 18.34 2.38 -
YUV 101.36 79.83 213.33 -
System Red Green Blue C M Y K H S L
Decimal 221 57 16 0 0.74 0.93 0.13 12 0.86 0.46
Hex DD 39 10 0 4A 5D D C 56 2E
Octal 335 71 20 0 112 135 15 14 126 56
Binary 11011101 111001 10000 0 1001010 1011101 1101 1100 1010110 101110

Color Harmonies of #DD3910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3910

Black with #DD3910

Text Example


Text Example

White with #DD3910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3910; }

 p { color: rgb(221,57,16); }

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

background-color css

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

 a { background-color: rgb(221,57,16); }

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

border-color css

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

 span { border-color: rgb(221,57,16); }

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