Html Css Color HEX #D01C17 Harley Davidson Orange

📋 copy color: '#D01C17'

red 208 ◦ green 28 ◦ blue 23

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

Shades of Harley Davidson Orange #D01C17

Tints of Harley Davidson Orange #D01C17

RGB

 RED value IS 208 (81.64% from 255) = 80.31%

 GREEN value IS 28 (11.33% from 255) = 10.81%

 BLUE value IS 23 (9.38% from 255) = 8.88%

R = 80.31%
G = 10.81%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D01C17 (or 0xD01C17) is known color: Harley Davidson Orange. HEX triplet: D0, 1C and 17. RGB value is (208,28,23). Sum of RGB (Red+Green+Blue) = 208+28+23=259 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.31% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D01C17 is #2FE3E8. Grayscale: #515151. Windows color (decimal): -3138537 or 1514704. OLE color: 1514704.

HSL color Cylindrical-coordinate representation of color #D01C17: hue angle of 1.62º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01C17 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 28 23 -
CMYK 0 0.87 0.89 0.18
HSL 1.62º 0.8% 0.45% -
HSV(B) 1.62º 0.89% 0.82% -
XYZ 26.58 14.3 2.17 -
YUV 81.25 95.13 218.41 -
System Red Green Blue C M Y K H S L
Decimal 208 28 23 0 0.87 0.89 0.18 1.62 0.8 0.45
Hex D0 1C 17 0 57 59 12 2 50 2D
Octal 320 34 27 0 127 131 22 2 120 55
Binary 11010000 11100 10111 0 1010111 1011001 10010 10 1010000 101101

Color Harmonies of #D01C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01C17

Black with #D01C17

Text Example


Text Example

White with #D01C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01C17; }

 p { color: rgb(208,28,23); }

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

background-color css

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

 a { background-color: rgb(208,28,23); }

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

border-color css

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

 span { border-color: rgb(208,28,23); }

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