Html Css Color HEX #DF340A Harley Davidson Orange

📋 copy color: '#DF340A'

red 223 ◦ green 52 ◦ blue 10

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

Shades of Harley Davidson Orange #DF340A

Tints of Harley Davidson Orange #DF340A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.51%

R = 78.25%
G = 18.25%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF340A (or 0xDF340A) is known color: Harley Davidson Orange. HEX triplet: DF, 34 and 0A. RGB value is (223,52,10). Sum of RGB (Red+Green+Blue) = 223+52+10=285 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.25% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 223 - color contains mainly: red. Hex color #DF340A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF340A is #20CBF5. Grayscale: #626262. Windows color (decimal): -2149366 or 668895. OLE color: 668895.

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

Color convert

RGB 223 52 10 -
CMYK 0 0.77 0.96 0.13
HSL 11.83º 0.91% 0.46% -
HSV(B) 11.83º 0.96% 0.87% -
XYZ 31.71 18.17 2.12 -
YUV 98.34 78.15 216.92 -
System Red Green Blue C M Y K H S L
Decimal 223 52 10 0 0.77 0.96 0.13 11.83 0.91 0.46
Hex DF 34 A 0 4D 60 D C 5B 2E
Octal 337 64 12 0 115 140 15 14 133 56
Binary 11011111 110100 1010 0 1001101 1100000 1101 1100 1011011 101110

Color Harmonies of #DF340A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF340A

Black with #DF340A

Text Example


Text Example

White with #DF340A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF340A; }

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

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

background-color css

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

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

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

border-color css

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

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

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