Html Css Color HEX #DF3C08 Harley Davidson Orange

📋 copy color: '#DF3C08'

red 223 ◦ green 60 ◦ blue 8

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

Shades of Harley Davidson Orange #DF3C08

Tints of Harley Davidson Orange #DF3C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.75%

R = 76.63%
G = 20.62%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF3C08 (or 0xDF3C08) is known color: Harley Davidson Orange. HEX triplet: DF, 3C and 08. RGB value is (223,60,8). Sum of RGB (Red+Green+Blue) = 223+60+8=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3C08 is #20C3F7. Grayscale: #676767. Windows color (decimal): -2147320 or 539871. OLE color: 539871.

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

Color convert

RGB 223 60 8 -
CMYK 0 0.73 0.96 0.13
HSL 14.51º 0.93% 0.45% -
HSV(B) 14.51º 0.96% 0.87% -
XYZ 32.09 18.94 2.19 -
YUV 102.81 74.5 213.73 -
System Red Green Blue C M Y K H S L
Decimal 223 60 8 0 0.73 0.96 0.13 14.51 0.93 0.45
Hex DF 3C 8 0 49 60 D F 5D 2D
Octal 337 74 10 0 111 140 15 17 135 55
Binary 11011111 111100 1000 0 1001001 1100000 1101 1111 1011101 101101

Color Harmonies of #DF3C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3C08

Black with #DF3C08

Text Example


Text Example

White with #DF3C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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