Html Css Color HEX #DD1513 Harley Davidson Orange

📋 copy color: '#DD1513'

red 221 ◦ green 21 ◦ blue 19

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

Shades of Harley Davidson Orange #DD1513

Tints of Harley Davidson Orange #DD1513

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.05%

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

R = 84.67%
G = 8.05%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD1513 (or 0xDD1513) is known color: Harley Davidson Orange. HEX triplet: DD, 15 and 13. RGB value is (221,21,19). Sum of RGB (Red+Green+Blue) = 221+21+19=261 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.67% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1513 is #22EAEC. Grayscale: #505050. Windows color (decimal): -2288365 or 1250781. OLE color: 1250781.

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

Color convert

RGB 221 21 19 -
CMYK 0 0.90 0.91 0.13
HSL 0.59º 0.84% 0.47% -
HSV(B) 0.59º 0.91% 0.87% -
XYZ 30.2 15.96 2.1 -
YUV 80.57 93.26 228.16 -
System Red Green Blue C M Y K H S L
Decimal 221 21 19 0 0.90 0.91 0.13 0.59 0.84 0.47
Hex DD 15 13 0 5A 5B D 1 54 2F
Octal 335 25 23 0 132 133 15 1 124 57
Binary 11011101 10101 10011 0 1011010 1011011 1101 1 1010100 101111

Color Harmonies of #DD1513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1513

Black with #DD1513

Text Example


Text Example

White with #DD1513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1513; }

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

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

background-color css

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

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

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

border-color css

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

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

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