Html Css Color HEX #DD1514 Harley Davidson Orange

📋 copy color: '#DD1514'

red 221 ◦ green 21 ◦ blue 20

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

Shades of Harley Davidson Orange #DD1514

Tints of Harley Davidson Orange #DD1514

RGB

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

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

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

R = 84.35%
G = 8.02%
B = 7.63%

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

#DD1514 (or 0xDD1514) is known color: Harley Davidson Orange. HEX triplet: DD, 15 and 14. RGB value is (221,21,20). Sum of RGB (Red+Green+Blue) = 221+21+20=262 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.35% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1514 is #22EAEB. Grayscale: #505050. Windows color (decimal): -2288364 or 1316317. OLE color: 1316317.

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

Color convert

RGB 221 21 20 -
CMYK 0 0.90 0.91 0.13
HSL 0.3º 0.83% 0.47% -
HSV(B) 0.3º 0.91% 0.87% -
XYZ 30.21 15.96 2.15 -
YUV 80.69 93.76 228.08 -
System Red Green Blue C M Y K H S L
Decimal 221 21 20 0 0.90 0.91 0.13 0.3 0.83 0.47
Hex DD 15 14 0 5A 5B D 0 53 2F
Octal 335 25 24 0 132 133 15 0 123 57
Binary 11011101 10101 10100 0 1011010 1011011 1101 0 1010011 101111

Color Harmonies of #DD1514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1514

Black with #DD1514

Text Example


Text Example

White with #DD1514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1514; }

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

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

background-color css

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

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

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

border-color css

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

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

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