Html Css Color HEX #DD2D15 Harley Davidson Orange

📋 copy color: '#DD2D15'

red 221 ◦ green 45 ◦ blue 21

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

Shades of Harley Davidson Orange #DD2D15

Tints of Harley Davidson Orange #DD2D15

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.68%

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

R = 77%
G = 15.68%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD2D15 (or 0xDD2D15) is known color: Harley Davidson Orange. HEX triplet: DD, 2D and 15. RGB value is (221,45,21). Sum of RGB (Red+Green+Blue) = 221+45+21=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2D15 is #22D2EA. Grayscale: #5F5F5F. Windows color (decimal): -2282219 or 1387997. OLE color: 1387997.

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

Color convert

RGB 221 45 21 -
CMYK 0 0.80 0.90 0.13
HSL 7.2º 0.83% 0.47% -
HSV(B) 7.2º 0.9% 0.87% -
XYZ 30.89 17.3 2.42 -
YUV 94.89 86.31 217.95 -
System Red Green Blue C M Y K H S L
Decimal 221 45 21 0 0.80 0.90 0.13 7.2 0.83 0.47
Hex DD 2D 15 0 50 5A D 7 53 2F
Octal 335 55 25 0 120 132 15 7 123 57
Binary 11011101 101101 10101 0 1010000 1011010 1101 111 1010011 101111

Color Harmonies of #DD2D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D15

Black with #DD2D15

Text Example


Text Example

White with #DD2D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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