Html Css Color HEX #DD170A Harley Davidson Orange

📋 copy color: '#DD170A'

red 221 ◦ green 23 ◦ blue 10

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

Shades of Harley Davidson Orange #DD170A

Tints of Harley Davidson Orange #DD170A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.94%

R = 87.01%
G = 9.06%
B = 3.94%

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

#DD170A (or 0xDD170A) is known color: Harley Davidson Orange. HEX triplet: DD, 17 and 0A. RGB value is (221,23,10). Sum of RGB (Red+Green+Blue) = 221+23+10=254 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.01% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 221 - color contains mainly: red. Hex color #DD170A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD170A is #22E8F5. Grayscale: #505050. Windows color (decimal): -2287862 or 661469. OLE color: 661469.

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

Color convert

RGB 221 23 10 -
CMYK 0 0.90 0.95 0.13
HSL 3.7º 0.91% 0.45% -
HSV(B) 3.7º 0.95% 0.87% -
XYZ 30.18 16.01 1.79 -
YUV 80.72 88.1 228.06 -
System Red Green Blue C M Y K H S L
Decimal 221 23 10 0 0.90 0.95 0.13 3.7 0.91 0.45
Hex DD 17 A 0 5A 5F D 4 5B 2D
Octal 335 27 12 0 132 137 15 4 133 55
Binary 11011101 10111 1010 0 1011010 1011111 1101 100 1011011 101101

Color Harmonies of #DD170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD170A

Black with #DD170A

Text Example


Text Example

White with #DD170A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD170A; }

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

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

background-color css

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

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

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

border-color css

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

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

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