Html Css Color HEX #DF1710 Harley Davidson Orange

📋 copy color: '#DF1710'

red 223 ◦ green 23 ◦ blue 16

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

Shades of Harley Davidson Orange #DF1710

Tints of Harley Davidson Orange #DF1710

RGB

 RED value IS 223 (87.5% from 255) = 85.11%

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

 BLUE value IS 16 (6.64% from 255) = 6.11%

R = 85.11%
G = 8.78%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF1710 (or 0xDF1710) is known color: Harley Davidson Orange. HEX triplet: DF, 17 and 10. RGB value is (223,23,16). Sum of RGB (Red+Green+Blue) = 223+23+16=262 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.11% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1710 is #20E8EF. Grayscale: #525252. Windows color (decimal): -2156784 or 1054687. OLE color: 1054687.

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

Color convert

RGB 223 23 16 -
CMYK 0 0.90 0.93 0.13
HSL 2.03º 0.87% 0.47% -
HSV(B) 2.03º 0.93% 0.87% -
XYZ 30.83 16.34 2.02 -
YUV 82 90.76 228.57 -
System Red Green Blue C M Y K H S L
Decimal 223 23 16 0 0.90 0.93 0.13 2.03 0.87 0.47
Hex DF 17 10 0 5A 5D D 2 57 2F
Octal 337 27 20 0 132 135 15 2 127 57
Binary 11011111 10111 10000 0 1011010 1011101 1101 10 1010111 101111

Color Harmonies of #DF1710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1710

Black with #DF1710

Text Example


Text Example

White with #DF1710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1710; }

 p { color: rgb(223,23,16); }

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

background-color css

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

 a { background-color: rgb(223,23,16); }

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

border-color css

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

 span { border-color: rgb(223,23,16); }

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