Html Css Color HEX #DD3310 Harley Davidson Orange

📋 copy color: '#DD3310'

red 221 ◦ green 51 ◦ blue 16

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

Shades of Harley Davidson Orange #DD3310

Tints of Harley Davidson Orange #DD3310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.71%

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

R = 76.74%
G = 17.71%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD3310 (or 0xDD3310) is known color: Harley Davidson Orange. HEX triplet: DD, 33 and 10. RGB value is (221,51,16). Sum of RGB (Red+Green+Blue) = 221+51+16=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3310 is #22CCEF. Grayscale: #626262. Windows color (decimal): -2280688 or 1061853. OLE color: 1061853.

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

Color convert

RGB 221 51 16 -
CMYK 0 0.77 0.93 0.13
HSL 10.24º 0.86% 0.46% -
HSV(B) 10.24º 0.93% 0.87% -
XYZ 31.1 17.78 2.28 -
YUV 97.84 81.82 215.85 -
System Red Green Blue C M Y K H S L
Decimal 221 51 16 0 0.77 0.93 0.13 10.24 0.86 0.46
Hex DD 33 10 0 4D 5D D A 56 2E
Octal 335 63 20 0 115 135 15 12 126 56
Binary 11011101 110011 10000 0 1001101 1011101 1101 1010 1010110 101110

Color Harmonies of #DD3310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3310

Black with #DD3310

Text Example


Text Example

White with #DD3310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3310; }

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

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

background-color css

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

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

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

border-color css

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

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

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