Html Css Color HEX #DD2701 Harley Davidson Orange

📋 copy color: '#DD2701'

red 221 ◦ green 39 ◦ blue 1

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

Shades of Harley Davidson Orange #DD2701

Tints of Harley Davidson Orange #DD2701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.94%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 84.67%
G = 14.94%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD2701 (or 0xDD2701) is known color: Harley Davidson Orange. HEX triplet: DD, 27 and 01. RGB value is (221,39,1). Sum of RGB (Red+Green+Blue) = 221+39+1=261 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.67% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2701 is #22D8FE. Grayscale: #595959. Windows color (decimal): -2283775 or 75741. OLE color: 75741.

HSL color Cylindrical-coordinate representation of color #DD2701: hue angle of 10.36º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD2701 is Cyan = 0, Magento = 0.82, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 39 1 -
CMYK 0 0.82 1.00 0.13
HSL 10.36º 0.99% 0.44% -
HSV(B) 10.36º 1% 0.87% -
XYZ 30.55 16.83 1.67 -
YUV 89.09 78.3 222.09 -
System Red Green Blue C M Y K H S L
Decimal 221 39 1 0 0.82 1.00 0.13 10.36 0.99 0.44
Hex DD 27 1 0 52 64 D A 63 2C
Octal 335 47 1 0 122 144 15 12 143 54
Binary 11011101 100111 1 0 1010010 1100100 1101 1010 1100011 101100

Color Harmonies of #DD2701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2701

Black with #DD2701

Text Example


Text Example

White with #DD2701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2701; }

 p { color: rgb(221,39,1); }

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

background-color css

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

 a { background-color: rgb(221,39,1); }

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

border-color css

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

 span { border-color: rgb(221,39,1); }

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