Html Css Color HEX #DF4413 Harley Davidson Orange

📋 copy color: '#DF4413'

red 223 ◦ green 68 ◦ blue 19

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

Shades of Harley Davidson Orange #DF4413

Tints of Harley Davidson Orange #DF4413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.94%

 BLUE value IS 19 (7.81% from 255) = 6.13%

R = 71.94%
G = 21.94%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF4413 (or 0xDF4413) is known color: Harley Davidson Orange. HEX triplet: DF, 44 and 13. RGB value is (223,68,19). Sum of RGB (Red+Green+Blue) = 223+68+19=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4413 is #20BBEC. Grayscale: #6D6D6D. Windows color (decimal): -2145261 or 1262815. OLE color: 1262815.

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

Color convert

RGB 223 68 19 -
CMYK 0 0.70 0.91 0.13
HSL 14.41º 0.84% 0.47% -
HSV(B) 14.41º 0.91% 0.87% -
XYZ 32.62 19.87 2.73 -
YUV 108.76 77.35 209.48 -
System Red Green Blue C M Y K H S L
Decimal 223 68 19 0 0.70 0.91 0.13 14.41 0.84 0.47
Hex DF 44 13 0 46 5B D E 54 2F
Octal 337 104 23 0 106 133 15 16 124 57
Binary 11011111 1000100 10011 0 1000110 1011011 1101 1110 1010100 101111

Color Harmonies of #DF4413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4413

Black with #DF4413

Text Example


Text Example

White with #DF4413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4413; }

 p { color: rgb(223,68,19); }

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

background-color css

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

 a { background-color: rgb(223,68,19); }

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

border-color css

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

 span { border-color: rgb(223,68,19); }

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