Html Css Color HEX #DF3410 Harley Davidson Orange

📋 copy color: '#DF3410'

red 223 ◦ green 52 ◦ blue 16

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

Shades of Harley Davidson Orange #DF3410

Tints of Harley Davidson Orange #DF3410

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.87%

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

R = 76.63%
G = 17.87%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF3410 (or 0xDF3410) is known color: Harley Davidson Orange. HEX triplet: DF, 34 and 10. RGB value is (223,52,16). Sum of RGB (Red+Green+Blue) = 223+52+16=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3410 is #20CBEF. Grayscale: #636363. Windows color (decimal): -2149360 or 1062111. OLE color: 1062111.

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

Color convert

RGB 223 52 16 -
CMYK 0 0.77 0.93 0.13
HSL 10.43º 0.87% 0.47% -
HSV(B) 10.43º 0.93% 0.87% -
XYZ 31.75 18.18 2.33 -
YUV 99.03 81.15 216.43 -
System Red Green Blue C M Y K H S L
Decimal 223 52 16 0 0.77 0.93 0.13 10.43 0.87 0.47
Hex DF 34 10 0 4D 5D D A 57 2F
Octal 337 64 20 0 115 135 15 12 127 57
Binary 11011111 110100 10000 0 1001101 1011101 1101 1010 1010111 101111

Color Harmonies of #DF3410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3410

Black with #DF3410

Text Example


Text Example

White with #DF3410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3410; }

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

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

background-color css

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

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

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

border-color css

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

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

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