Html Css Color HEX #DD200E Harley Davidson Orange

📋 copy color: '#DD200E'

red 221 ◦ green 32 ◦ blue 14

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

Shades of Harley Davidson Orange #DD200E

Tints of Harley Davidson Orange #DD200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.99%

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

R = 82.77%
G = 11.99%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD200E (or 0xDD200E) is known color: Harley Davidson Orange. HEX triplet: DD, 20 and 0E. RGB value is (221,32,14). Sum of RGB (Red+Green+Blue) = 221+32+14=267 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.77% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 221 - color contains mainly: red. Hex color #DD200E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD200E is #22DFF1. Grayscale: #565656. Windows color (decimal): -2285554 or 925917. OLE color: 925917.

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

Color convert

RGB 221 32 14 -
CMYK 0 0.86 0.94 0.13
HSL 5.22º 0.88% 0.46% -
HSV(B) 5.22º 0.94% 0.87% -
XYZ 30.41 16.44 1.99 -
YUV 86.46 87.12 223.96 -
System Red Green Blue C M Y K H S L
Decimal 221 32 14 0 0.86 0.94 0.13 5.22 0.88 0.46
Hex DD 20 E 0 56 5E D 5 58 2E
Octal 335 40 16 0 126 136 15 5 130 56
Binary 11011101 100000 1110 0 1010110 1011110 1101 101 1011000 101110

Color Harmonies of #DD200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD200E

Black with #DD200E

Text Example


Text Example

White with #DD200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD200E; }

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

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

background-color css

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

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

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

border-color css

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

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

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