Html Css Color HEX #DD170B Harley Davidson Orange

📋 copy color: '#DD170B'

red 221 ◦ green 23 ◦ blue 11

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

Shades of Harley Davidson Orange #DD170B

Tints of Harley Davidson Orange #DD170B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.02%

 BLUE value IS 11 (4.69% from 255) = 4.31%

R = 86.67%
G = 9.02%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD170B (or 0xDD170B) is known color: Harley Davidson Orange. HEX triplet: DD, 17 and 0B. RGB value is (221,23,11). Sum of RGB (Red+Green+Blue) = 221+23+11=255 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.67% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 221 - color contains mainly: red. Hex color #DD170B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD170B is #22E8F4. Grayscale: #515151. Windows color (decimal): -2287861 or 727005. OLE color: 727005.

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

Color convert

RGB 221 23 11 -
CMYK 0 0.90 0.95 0.13
HSL 3.43º 0.91% 0.45% -
HSV(B) 3.43º 0.95% 0.87% -
XYZ 30.19 16.01 1.82 -
YUV 80.83 88.6 227.98 -
System Red Green Blue C M Y K H S L
Decimal 221 23 11 0 0.90 0.95 0.13 3.43 0.91 0.45
Hex DD 17 B 0 5A 5F D 3 5B 2D
Octal 335 27 13 0 132 137 15 3 133 55
Binary 11011101 10111 1011 0 1011010 1011111 1101 11 1011011 101101

Color Harmonies of #DD170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD170B

Black with #DD170B

Text Example


Text Example

White with #DD170B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD170B; }

 p { color: rgb(221,23,11); }

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

background-color css

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

 a { background-color: rgb(221,23,11); }

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

border-color css

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

 span { border-color: rgb(221,23,11); }

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