Html Css Color HEX #DD3915 Harley Davidson Orange

📋 copy color: '#DD3915'

red 221 ◦ green 57 ◦ blue 21

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

Shades of Harley Davidson Orange #DD3915

Tints of Harley Davidson Orange #DD3915

RGB

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

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

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

R = 73.91%
G = 19.06%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD3915 (or 0xDD3915) is known color: Harley Davidson Orange. HEX triplet: DD, 39 and 15. RGB value is (221,57,21). Sum of RGB (Red+Green+Blue) = 221+57+21=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3915 is #22C6EA. Grayscale: #666666. Windows color (decimal): -2279147 or 1391069. OLE color: 1391069.

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

Color convert

RGB 221 57 21 -
CMYK 0 0.74 0.90 0.13
HSL 10.8º 0.83% 0.47% -
HSV(B) 10.8º 0.9% 0.87% -
XYZ 31.42 18.35 2.6 -
YUV 101.93 82.33 212.93 -
System Red Green Blue C M Y K H S L
Decimal 221 57 21 0 0.74 0.90 0.13 10.8 0.83 0.47
Hex DD 39 15 0 4A 5A D B 53 2F
Octal 335 71 25 0 112 132 15 13 123 57
Binary 11011101 111001 10101 0 1001010 1011010 1101 1011 1010011 101111

Color Harmonies of #DD3915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3915

Black with #DD3915

Text Example


Text Example

White with #DD3915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3915; }

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

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

background-color css

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

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

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

border-color css

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

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

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