Html Css Color HEX #DF3C13 Harley Davidson Orange

📋 copy color: '#DF3C13'

red 223 ◦ green 60 ◦ blue 19

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

Shades of Harley Davidson Orange #DF3C13

Tints of Harley Davidson Orange #DF3C13

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.87%

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

R = 73.84%
G = 19.87%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF3C13 (or 0xDF3C13) is known color: Harley Davidson Orange. HEX triplet: DF, 3C and 13. RGB value is (223,60,19). Sum of RGB (Red+Green+Blue) = 223+60+19=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3C13 is #20C3EC. Grayscale: #686868. Windows color (decimal): -2147309 or 1260767. OLE color: 1260767.

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

Color convert

RGB 223 60 19 -
CMYK 0 0.73 0.91 0.13
HSL 12.06º 0.84% 0.47% -
HSV(B) 12.06º 0.91% 0.87% -
XYZ 32.16 18.97 2.58 -
YUV 104.06 80 212.83 -
System Red Green Blue C M Y K H S L
Decimal 223 60 19 0 0.73 0.91 0.13 12.06 0.84 0.47
Hex DF 3C 13 0 49 5B D C 54 2F
Octal 337 74 23 0 111 133 15 14 124 57
Binary 11011111 111100 10011 0 1001001 1011011 1101 1100 1010100 101111

Color Harmonies of #DF3C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3C13

Black with #DF3C13

Text Example


Text Example

White with #DF3C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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