Html Css Color HEX #DD1915 Harley Davidson Orange

📋 copy color: '#DD1915'

red 221 ◦ green 25 ◦ blue 21

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

Shades of Harley Davidson Orange #DD1915

Tints of Harley Davidson Orange #DD1915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 82.77%
G = 9.36%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD1915 (or 0xDD1915) is known color: Harley Davidson Orange. HEX triplet: DD, 19 and 15. RGB value is (221,25,21). Sum of RGB (Red+Green+Blue) = 221+25+21=267 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.77% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1915 is #22E6EA. Grayscale: #535353. Windows color (decimal): -2287339 or 1382877. OLE color: 1382877.

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

Color convert

RGB 221 25 21 -
CMYK 0 0.89 0.90 0.13
HSL 1.2º 0.83% 0.47% -
HSV(B) 1.2º 0.9% 0.87% -
XYZ 30.3 16.12 2.22 -
YUV 83.15 92.93 226.33 -
System Red Green Blue C M Y K H S L
Decimal 221 25 21 0 0.89 0.90 0.13 1.2 0.83 0.47
Hex DD 19 15 0 59 5A D 1 53 2F
Octal 335 31 25 0 131 132 15 1 123 57
Binary 11011101 11001 10101 0 1011001 1011010 1101 1 1010011 101111

Color Harmonies of #DD1915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1915

Black with #DD1915

Text Example


Text Example

White with #DD1915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1915; }

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

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

background-color css

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

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

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

border-color css

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

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

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