Html Css Color HEX #DD3115 Harley Davidson Orange

📋 copy color: '#DD3115'

red 221 ◦ green 49 ◦ blue 21

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

Shades of Harley Davidson Orange #DD3115

Tints of Harley Davidson Orange #DD3115

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.84%

 BLUE value IS 21 (8.59% from 255) = 7.22%

R = 75.95%
G = 16.84%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD3115 (or 0xDD3115) is known color: Harley Davidson Orange. HEX triplet: DD, 31 and 15. RGB value is (221,49,21). Sum of RGB (Red+Green+Blue) = 221+49+21=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3115 is #22CEEA. Grayscale: #616161. Windows color (decimal): -2281195 or 1389021. OLE color: 1389021.

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

Color convert

RGB 221 49 21 -
CMYK 0 0.78 0.90 0.13
HSL 8.4º 0.83% 0.47% -
HSV(B) 8.4º 0.9% 0.87% -
XYZ 31.05 17.62 2.47 -
YUV 97.24 84.98 216.28 -
System Red Green Blue C M Y K H S L
Decimal 221 49 21 0 0.78 0.90 0.13 8.4 0.83 0.47
Hex DD 31 15 0 4E 5A D 8 53 2F
Octal 335 61 25 0 116 132 15 10 123 57
Binary 11011101 110001 10101 0 1001110 1011010 1101 1000 1010011 101111

Color Harmonies of #DD3115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3115

Black with #DD3115

Text Example


Text Example

White with #DD3115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3115; }

 p { color: rgb(221,49,21); }

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

background-color css

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

 a { background-color: rgb(221,49,21); }

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

border-color css

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

 span { border-color: rgb(221,49,21); }

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