Html Css Color HEX #DD1E06 Harley Davidson Orange

📋 copy color: '#DD1E06'

red 221 ◦ green 30 ◦ blue 6

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

Shades of Harley Davidson Orange #DD1E06

Tints of Harley Davidson Orange #DD1E06

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.67%

 BLUE value IS 6 (2.73% from 255) = 2.33%

R = 85.99%
G = 11.67%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD1E06 (or 0xDD1E06) is known color: Harley Davidson Orange. HEX triplet: DD, 1E and 06. RGB value is (221,30,6). Sum of RGB (Red+Green+Blue) = 221+30+6=257 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.99% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1E06 is #22E1F9. Grayscale: #545454. Windows color (decimal): -2286074 or 401117. OLE color: 401117.

HSL color Cylindrical-coordinate representation of color #DD1E06: hue angle of 6.7º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD1E06 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 30 6 -
CMYK 0 0.86 0.97 0.13
HSL 6.7º 0.95% 0.45% -
HSV(B) 6.7º 0.97% 0.87% -
XYZ 30.32 16.31 1.72 -
YUV 84.37 83.78 225.45 -
System Red Green Blue C M Y K H S L
Decimal 221 30 6 0 0.86 0.97 0.13 6.7 0.95 0.45
Hex DD 1E 6 0 56 61 D 7 5F 2D
Octal 335 36 6 0 126 141 15 7 137 55
Binary 11011101 11110 110 0 1010110 1100001 1101 111 1011111 101101

Color Harmonies of #DD1E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1E06

Black with #DD1E06

Text Example


Text Example

White with #DD1E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1E06; }

 p { color: rgb(221,30,6); }

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

background-color css

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

 a { background-color: rgb(221,30,6); }

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

border-color css

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

 span { border-color: rgb(221,30,6); }

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