Html Css Color HEX #DD350F Harley Davidson Orange

📋 copy color: '#DD350F'

red 221 ◦ green 53 ◦ blue 15

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

Shades of Harley Davidson Orange #DD350F

Tints of Harley Davidson Orange #DD350F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.19%

R = 76.47%
G = 18.34%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD350F (or 0xDD350F) is known color: Harley Davidson Orange. HEX triplet: DD, 35 and 0F. RGB value is (221,53,15). Sum of RGB (Red+Green+Blue) = 221+53+15=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD350F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD350F is #22CAF0. Grayscale: #636363. Windows color (decimal): -2280177 or 996829. OLE color: 996829.

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

Color convert

RGB 221 53 15 -
CMYK 0 0.76 0.93 0.13
HSL 11.07º 0.87% 0.46% -
HSV(B) 11.07º 0.93% 0.87% -
XYZ 31.18 17.95 2.27 -
YUV 98.9 80.66 215.09 -
System Red Green Blue C M Y K H S L
Decimal 221 53 15 0 0.76 0.93 0.13 11.07 0.87 0.46
Hex DD 35 F 0 4C 5D D B 57 2E
Octal 335 65 17 0 114 135 15 13 127 56
Binary 11011101 110101 1111 0 1001100 1011101 1101 1011 1010111 101110

Color Harmonies of #DD350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD350F

Black with #DD350F

Text Example


Text Example

White with #DD350F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD350F; }

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

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

background-color css

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

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

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

border-color css

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

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

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