Html Css Color HEX #DD1A07 Harley Davidson Orange

📋 copy color: '#DD1A07'

red 221 ◦ green 26 ◦ blue 7

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

Shades of Harley Davidson Orange #DD1A07

Tints of Harley Davidson Orange #DD1A07

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.24%

 BLUE value IS 7 (3.13% from 255) = 2.76%

R = 87.01%
G = 10.24%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD1A07 (or 0xDD1A07) is known color: Harley Davidson Orange. HEX triplet: DD, 1A and 07. RGB value is (221,26,7). Sum of RGB (Red+Green+Blue) = 221+26+7=254 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.01% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1A07 is #22E5F8. Grayscale: #525252. Windows color (decimal): -2287097 or 465629. OLE color: 465629.

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

Color convert

RGB 221 26 7 -
CMYK 0 0.88 0.97 0.13
HSL 5.33º 0.94% 0.45% -
HSV(B) 5.33º 0.97% 0.87% -
XYZ 30.23 16.13 1.72 -
YUV 82.14 85.6 227.04 -
System Red Green Blue C M Y K H S L
Decimal 221 26 7 0 0.88 0.97 0.13 5.33 0.94 0.45
Hex DD 1A 7 0 58 61 D 5 5E 2D
Octal 335 32 7 0 130 141 15 5 136 55
Binary 11011101 11010 111 0 1011000 1100001 1101 101 1011110 101101

Color Harmonies of #DD1A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1A07

Black with #DD1A07

Text Example


Text Example

White with #DD1A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1A07; }

 p { color: rgb(221,26,7); }

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

background-color css

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

 a { background-color: rgb(221,26,7); }

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

border-color css

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

 span { border-color: rgb(221,26,7); }

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