Html Css Color HEX #DD3B15 Harley Davidson Orange

📋 copy color: '#DD3B15'

red 221 ◦ green 59 ◦ blue 21

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

Shades of Harley Davidson Orange #DD3B15

Tints of Harley Davidson Orange #DD3B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.6%

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

R = 73.42%
G = 19.6%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD3B15 (or 0xDD3B15) is known color: Harley Davidson Orange. HEX triplet: DD, 3B and 15. RGB value is (221,59,21). Sum of RGB (Red+Green+Blue) = 221+59+21=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3B15 is #22C4EA. Grayscale: #676767. Windows color (decimal): -2278635 or 1391581. OLE color: 1391581.

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

Color convert

RGB 221 59 21 -
CMYK 0 0.73 0.90 0.13
HSL 11.4º 0.83% 0.47% -
HSV(B) 11.4º 0.9% 0.87% -
XYZ 31.52 18.55 2.63 -
YUV 103.11 81.67 212.09 -
System Red Green Blue C M Y K H S L
Decimal 221 59 21 0 0.73 0.90 0.13 11.4 0.83 0.47
Hex DD 3B 15 0 49 5A D B 53 2F
Octal 335 73 25 0 111 132 15 13 123 57
Binary 11011101 111011 10101 0 1001001 1011010 1101 1011 1010011 101111

Color Harmonies of #DD3B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3B15

Black with #DD3B15

Text Example


Text Example

White with #DD3B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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