Html Css Color HEX #DD210E Harley Davidson Orange

📋 copy color: '#DD210E'

red 221 ◦ green 33 ◦ blue 14

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

Shades of Harley Davidson Orange #DD210E

Tints of Harley Davidson Orange #DD210E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.31%

 BLUE value IS 14 (5.86% from 255) = 5.22%

R = 82.46%
G = 12.31%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD210E (or 0xDD210E) is known color: Harley Davidson Orange. HEX triplet: DD, 21 and 0E. RGB value is (221,33,14). Sum of RGB (Red+Green+Blue) = 221+33+14=268 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.46% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 221 - color contains mainly: red. Hex color #DD210E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD210E is #22DEF1. Grayscale: #575757. Windows color (decimal): -2285298 or 926173. OLE color: 926173.

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

Color convert

RGB 221 33 14 -
CMYK 0 0.85 0.94 0.13
HSL 5.51º 0.88% 0.46% -
HSV(B) 5.51º 0.94% 0.87% -
XYZ 30.44 16.49 1.99 -
YUV 87.05 86.78 223.54 -
System Red Green Blue C M Y K H S L
Decimal 221 33 14 0 0.85 0.94 0.13 5.51 0.88 0.46
Hex DD 21 E 0 55 5E D 6 58 2E
Octal 335 41 16 0 125 136 15 6 130 56
Binary 11011101 100001 1110 0 1010101 1011110 1101 110 1011000 101110

Color Harmonies of #DD210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD210E

Black with #DD210E

Text Example


Text Example

White with #DD210E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD210E; }

 p { color: rgb(221,33,14); }

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

background-color css

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

 a { background-color: rgb(221,33,14); }

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

border-color css

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

 span { border-color: rgb(221,33,14); }

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