Html Css Color HEX #DD1910 Harley Davidson Orange

📋 copy color: '#DD1910'

red 221 ◦ green 25 ◦ blue 16

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

Shades of Harley Davidson Orange #DD1910

Tints of Harley Davidson Orange #DD1910

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.54%

 BLUE value IS 16 (6.64% from 255) = 6.11%

R = 84.35%
G = 9.54%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD1910 (or 0xDD1910) is known color: Harley Davidson Orange. HEX triplet: DD, 19 and 10. RGB value is (221,25,16). Sum of RGB (Red+Green+Blue) = 221+25+16=262 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.35% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1910 is #22E6EF. Grayscale: #525252. Windows color (decimal): -2287344 or 1055197. OLE color: 1055197.

HSL color Cylindrical-coordinate representation of color #DD1910: hue angle of 2.63º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1910 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 25 16 -
CMYK 0 0.89 0.93 0.13
HSL 2.63º 0.86% 0.46% -
HSV(B) 2.63º 0.93% 0.87% -
XYZ 30.26 16.1 2 -
YUV 82.58 90.43 226.73 -
System Red Green Blue C M Y K H S L
Decimal 221 25 16 0 0.89 0.93 0.13 2.63 0.86 0.46
Hex DD 19 10 0 59 5D D 3 56 2E
Octal 335 31 20 0 131 135 15 3 126 56
Binary 11011101 11001 10000 0 1011001 1011101 1101 11 1010110 101110

Color Harmonies of #DD1910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1910

Black with #DD1910

Text Example


Text Example

White with #DD1910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1910; }

 p { color: rgb(221,25,16); }

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

background-color css

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

 a { background-color: rgb(221,25,16); }

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

border-color css

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

 span { border-color: rgb(221,25,16); }

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