Html Css Color HEX #DF340C Harley Davidson Orange

📋 copy color: '#DF340C'

red 223 ◦ green 52 ◦ blue 12

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

Shades of Harley Davidson Orange #DF340C

Tints of Harley Davidson Orange #DF340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.12%

 BLUE value IS 12 (5.08% from 255) = 4.18%

R = 77.7%
G = 18.12%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF340C (or 0xDF340C) is known color: Harley Davidson Orange. HEX triplet: DF, 34 and 0C. RGB value is (223,52,12). Sum of RGB (Red+Green+Blue) = 223+52+12=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF340C is #20CBF3. Grayscale: #626262. Windows color (decimal): -2149364 or 799967. OLE color: 799967.

HSL color Cylindrical-coordinate representation of color #DF340C: hue angle of 11.37º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF340C is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 52 12 -
CMYK 0 0.77 0.95 0.13
HSL 11.37º 0.9% 0.46% -
HSV(B) 11.37º 0.95% 0.87% -
XYZ 31.73 18.17 2.18 -
YUV 98.57 79.15 216.75 -
System Red Green Blue C M Y K H S L
Decimal 223 52 12 0 0.77 0.95 0.13 11.37 0.9 0.46
Hex DF 34 C 0 4D 5F D B 5A 2E
Octal 337 64 14 0 115 137 15 13 132 56
Binary 11011111 110100 1100 0 1001101 1011111 1101 1011 1011010 101110

Color Harmonies of #DF340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF340C

Black with #DF340C

Text Example


Text Example

White with #DF340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF340C; }

 p { color: rgb(223,52,12); }

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

background-color css

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

 a { background-color: rgb(223,52,12); }

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

border-color css

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

 span { border-color: rgb(223,52,12); }

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