Html Css Color HEX #DD210F Harley Davidson Orange

📋 copy color: '#DD210F'

red 221 ◦ green 33 ◦ blue 15

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

Shades of Harley Davidson Orange #DD210F

Tints of Harley Davidson Orange #DD210F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.58%

R = 82.16%
G = 12.27%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD210F (or 0xDD210F) is known color: Harley Davidson Orange. HEX triplet: DD, 21 and 0F. RGB value is (221,33,15). Sum of RGB (Red+Green+Blue) = 221+33+15=269 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.16% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 221 - color contains mainly: red. Hex color #DD210F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD210F is #22DEF0. Grayscale: #575757. Windows color (decimal): -2285297 or 991709. OLE color: 991709.

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

Color convert

RGB 221 33 15 -
CMYK 0 0.85 0.93 0.13
HSL 5.24º 0.87% 0.46% -
HSV(B) 5.24º 0.93% 0.87% -
XYZ 30.45 16.49 2.03 -
YUV 87.16 87.28 223.46 -
System Red Green Blue C M Y K H S L
Decimal 221 33 15 0 0.85 0.93 0.13 5.24 0.87 0.46
Hex DD 21 F 0 55 5D D 5 57 2E
Octal 335 41 17 0 125 135 15 5 127 56
Binary 11011101 100001 1111 0 1010101 1011101 1101 101 1010111 101110

Color Harmonies of #DD210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD210F

Black with #DD210F

Text Example


Text Example

White with #DD210F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD210F; }

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

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

background-color css

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

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

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

border-color css

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

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

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