Html Css Color HEX #DD2C13 Harley Davidson Orange

📋 copy color: '#DD2C13'

red 221 ◦ green 44 ◦ blue 19

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

Shades of Harley Davidson Orange #DD2C13

Tints of Harley Davidson Orange #DD2C13

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.49%

 BLUE value IS 19 (7.81% from 255) = 6.69%

R = 77.82%
G = 15.49%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD2C13 (or 0xDD2C13) is known color: Harley Davidson Orange. HEX triplet: DD, 2C and 13. RGB value is (221,44,19). Sum of RGB (Red+Green+Blue) = 221+44+19=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2C13 is #22D3EC. Grayscale: #5E5E5E. Windows color (decimal): -2282477 or 1256669. OLE color: 1256669.

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

Color convert

RGB 221 44 19 -
CMYK 0 0.80 0.91 0.13
HSL 7.43º 0.84% 0.47% -
HSV(B) 7.43º 0.91% 0.87% -
XYZ 30.84 17.22 2.31 -
YUV 94.07 85.64 218.53 -
System Red Green Blue C M Y K H S L
Decimal 221 44 19 0 0.80 0.91 0.13 7.43 0.84 0.47
Hex DD 2C 13 0 50 5B D 7 54 2F
Octal 335 54 23 0 120 133 15 7 124 57
Binary 11011101 101100 10011 0 1010000 1011011 1101 111 1010100 101111

Color Harmonies of #DD2C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2C13

Black with #DD2C13

Text Example


Text Example

White with #DD2C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2C13; }

 p { color: rgb(221,44,19); }

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

background-color css

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

 a { background-color: rgb(221,44,19); }

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

border-color css

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

 span { border-color: rgb(221,44,19); }

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