Html Css Color HEX #DF4210 Harley Davidson Orange

📋 copy color: '#DF4210'

red 223 ◦ green 66 ◦ blue 16

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

Shades of Harley Davidson Orange #DF4210

Tints of Harley Davidson Orange #DF4210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.64%

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

R = 73.11%
G = 21.64%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF4210 (or 0xDF4210) is known color: Harley Davidson Orange. HEX triplet: DF, 42 and 10. RGB value is (223,66,16). Sum of RGB (Red+Green+Blue) = 223+66+16=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4210 is #20BDEF. Grayscale: #6B6B6B. Windows color (decimal): -2145776 or 1065695. OLE color: 1065695.

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

Color convert

RGB 223 66 16 -
CMYK 0 0.70 0.93 0.13
HSL 14.49º 0.87% 0.47% -
HSV(B) 14.49º 0.93% 0.87% -
XYZ 32.47 19.62 2.57 -
YUV 107.24 76.51 210.57 -
System Red Green Blue C M Y K H S L
Decimal 223 66 16 0 0.70 0.93 0.13 14.49 0.87 0.47
Hex DF 42 10 0 46 5D D E 57 2F
Octal 337 102 20 0 106 135 15 16 127 57
Binary 11011111 1000010 10000 0 1000110 1011101 1101 1110 1010111 101111

Color Harmonies of #DF4210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4210

Black with #DF4210

Text Example


Text Example

White with #DF4210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4210; }

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

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

background-color css

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

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

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

border-color css

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

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

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