Html Css Color HEX #DD2A14 Harley Davidson Orange

📋 copy color: '#DD2A14'

red 221 ◦ green 42 ◦ blue 20

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

Shades of Harley Davidson Orange #DD2A14

Tints of Harley Davidson Orange #DD2A14

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.84%

 BLUE value IS 20 (8.2% from 255) = 7.07%

R = 78.09%
G = 14.84%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD2A14 (or 0xDD2A14) is known color: Harley Davidson Orange. HEX triplet: DD, 2A and 14. RGB value is (221,42,20). Sum of RGB (Red+Green+Blue) = 221+42+20=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2A14 is #22D5EB. Grayscale: #5D5D5D. Windows color (decimal): -2282988 or 1321693. OLE color: 1321693.

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

Color convert

RGB 221 42 20 -
CMYK 0 0.81 0.91 0.13
HSL 6.57º 0.83% 0.47% -
HSV(B) 6.57º 0.91% 0.87% -
XYZ 30.77 17.08 2.34 -
YUV 93.01 86.8 219.29 -
System Red Green Blue C M Y K H S L
Decimal 221 42 20 0 0.81 0.91 0.13 6.57 0.83 0.47
Hex DD 2A 14 0 51 5B D 7 53 2F
Octal 335 52 24 0 121 133 15 7 123 57
Binary 11011101 101010 10100 0 1010001 1011011 1101 111 1010011 101111

Color Harmonies of #DD2A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2A14

Black with #DD2A14

Text Example


Text Example

White with #DD2A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2A14; }

 p { color: rgb(221,42,20); }

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

background-color css

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

 a { background-color: rgb(221,42,20); }

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

border-color css

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

 span { border-color: rgb(221,42,20); }

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