Html Css Color HEX #DD1B07 Harley Davidson Orange

📋 copy color: '#DD1B07'

red 221 ◦ green 27 ◦ blue 7

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

Shades of Harley Davidson Orange #DD1B07

Tints of Harley Davidson Orange #DD1B07

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.59%

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

R = 86.67%
G = 10.59%
B = 2.75%

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

#DD1B07 (or 0xDD1B07) is known color: Harley Davidson Orange. HEX triplet: DD, 1B and 07. RGB value is (221,27,7). Sum of RGB (Red+Green+Blue) = 221+27+7=255 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.67% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1B07 is #22E4F8. Grayscale: #525252. Windows color (decimal): -2286841 or 465885. OLE color: 465885.

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

Color convert

RGB 221 27 7 -
CMYK 0 0.88 0.97 0.13
HSL 5.61º 0.94% 0.45% -
HSV(B) 5.61º 0.97% 0.87% -
XYZ 30.25 16.17 1.73 -
YUV 82.73 85.27 226.63 -
System Red Green Blue C M Y K H S L
Decimal 221 27 7 0 0.88 0.97 0.13 5.61 0.94 0.45
Hex DD 1B 7 0 58 61 D 6 5E 2D
Octal 335 33 7 0 130 141 15 6 136 55
Binary 11011101 11011 111 0 1011000 1100001 1101 110 1011110 101101

Color Harmonies of #DD1B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1B07

Black with #DD1B07

Text Example


Text Example

White with #DD1B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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