Html Css Color HEX #DD350E Harley Davidson Orange

📋 copy color: '#DD350E'

red 221 ◦ green 53 ◦ blue 14

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

Shades of Harley Davidson Orange #DD350E

Tints of Harley Davidson Orange #DD350E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.4%

 BLUE value IS 14 (5.86% from 255) = 4.86%

R = 76.74%
G = 18.4%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD350E (or 0xDD350E) is known color: Harley Davidson Orange. HEX triplet: DD, 35 and 0E. RGB value is (221,53,14). Sum of RGB (Red+Green+Blue) = 221+53+14=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD350E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD350E is #22CAF1. Grayscale: #636363. Windows color (decimal): -2280178 or 931293. OLE color: 931293.

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

Color convert

RGB 221 53 14 -
CMYK 0 0.76 0.94 0.13
HSL 11.3º 0.88% 0.46% -
HSV(B) 11.3º 0.94% 0.87% -
XYZ 31.17 17.95 2.24 -
YUV 98.79 80.16 215.17 -
System Red Green Blue C M Y K H S L
Decimal 221 53 14 0 0.76 0.94 0.13 11.3 0.88 0.46
Hex DD 35 E 0 4C 5E D B 58 2E
Octal 335 65 16 0 114 136 15 13 130 56
Binary 11011101 110101 1110 0 1001100 1011110 1101 1011 1011000 101110

Color Harmonies of #DD350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD350E

Black with #DD350E

Text Example


Text Example

White with #DD350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD350E; }

 p { color: rgb(221,53,14); }

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

background-color css

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

 a { background-color: rgb(221,53,14); }

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

border-color css

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

 span { border-color: rgb(221,53,14); }

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