Html Css Color HEX #DD2810 Harley Davidson Orange

📋 copy color: '#DD2810'

red 221 ◦ green 40 ◦ blue 16

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

Shades of Harley Davidson Orange #DD2810

Tints of Harley Davidson Orange #DD2810

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.44%

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

R = 79.78%
G = 14.44%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD2810 (or 0xDD2810) is known color: Harley Davidson Orange. HEX triplet: DD, 28 and 10. RGB value is (221,40,16). Sum of RGB (Red+Green+Blue) = 221+40+16=277 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.78% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2810 is #22D7EF. Grayscale: #5B5B5B. Windows color (decimal): -2283504 or 1059037. OLE color: 1059037.

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

Color convert

RGB 221 40 16 -
CMYK 0 0.82 0.93 0.13
HSL 7.02º 0.86% 0.46% -
HSV(B) 7.02º 0.93% 0.87% -
XYZ 30.67 16.93 2.14 -
YUV 91.38 85.47 220.45 -
System Red Green Blue C M Y K H S L
Decimal 221 40 16 0 0.82 0.93 0.13 7.02 0.86 0.46
Hex DD 28 10 0 52 5D D 7 56 2E
Octal 335 50 20 0 122 135 15 7 126 56
Binary 11011101 101000 10000 0 1010010 1011101 1101 111 1010110 101110

Color Harmonies of #DD2810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2810

Black with #DD2810

Text Example


Text Example

White with #DD2810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2810; }

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

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

background-color css

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

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

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

border-color css

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

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

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