Html Css Color HEX #DF3C18 Harley Davidson Orange

📋 copy color: '#DF3C18'

red 223 ◦ green 60 ◦ blue 24

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

Shades of Harley Davidson Orange #DF3C18

Tints of Harley Davidson Orange #DF3C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.82%

R = 72.64%
G = 19.54%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF3C18 (or 0xDF3C18) is known color: Harley Davidson Orange. HEX triplet: DF, 3C and 18. RGB value is (223,60,24). Sum of RGB (Red+Green+Blue) = 223+60+24=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3C18 is #20C3E7. Grayscale: #686868. Windows color (decimal): -2147304 or 1588447. OLE color: 1588447.

HSL color Cylindrical-coordinate representation of color #DF3C18: hue angle of 10.85º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF3C18 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 60 24 -
CMYK 0 0.73 0.89 0.13
HSL 10.85º 0.81% 0.48% -
HSV(B) 10.85º 0.89% 0.87% -
XYZ 32.21 18.99 2.83 -
YUV 104.63 82.5 212.43 -
System Red Green Blue C M Y K H S L
Decimal 223 60 24 0 0.73 0.89 0.13 10.85 0.81 0.48
Hex DF 3C 18 0 49 59 D B 51 30
Octal 337 74 30 0 111 131 15 13 121 60
Binary 11011111 111100 11000 0 1001001 1011001 1101 1011 1010001 110000

Color Harmonies of #DF3C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3C18

Black with #DF3C18

Text Example


Text Example

White with #DF3C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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