Html Css Color HEX #DF340D Harley Davidson Orange

📋 copy color: '#DF340D'

red 223 ◦ green 52 ◦ blue 13

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

Shades of Harley Davidson Orange #DF340D

Tints of Harley Davidson Orange #DF340D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.51%

R = 77.43%
G = 18.06%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF340D (or 0xDF340D) is known color: Harley Davidson Orange. HEX triplet: DF, 34 and 0D. RGB value is (223,52,13). Sum of RGB (Red+Green+Blue) = 223+52+13=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF340D is #20CBF2. Grayscale: #636363. Windows color (decimal): -2149363 or 865503. OLE color: 865503.

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

Color convert

RGB 223 52 13 -
CMYK 0 0.77 0.94 0.13
HSL 11.14º 0.89% 0.46% -
HSV(B) 11.14º 0.94% 0.87% -
XYZ 31.73 18.17 2.22 -
YUV 98.68 79.65 216.67 -
System Red Green Blue C M Y K H S L
Decimal 223 52 13 0 0.77 0.94 0.13 11.14 0.89 0.46
Hex DF 34 D 0 4D 5E D B 59 2E
Octal 337 64 15 0 115 136 15 13 131 56
Binary 11011111 110100 1101 0 1001101 1011110 1101 1011 1011001 101110

Color Harmonies of #DF340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF340D

Black with #DF340D

Text Example


Text Example

White with #DF340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF340D; }

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

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

background-color css

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

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

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

border-color css

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

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

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