Html Css Color HEX #DF320A Harley Davidson Orange

📋 copy color: '#DF320A'

red 223 ◦ green 50 ◦ blue 10

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

Shades of Harley Davidson Orange #DF320A

Tints of Harley Davidson Orange #DF320A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.67%

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

R = 78.8%
G = 17.67%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF320A (or 0xDF320A) is known color: Harley Davidson Orange. HEX triplet: DF, 32 and 0A. RGB value is (223,50,10). Sum of RGB (Red+Green+Blue) = 223+50+10=283 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.80% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 223 - color contains mainly: red. Hex color #DF320A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF320A is #20CDF5. Grayscale: #616161. Windows color (decimal): -2149878 or 668383. OLE color: 668383.

HSL color Cylindrical-coordinate representation of color #DF320A: hue angle of 11.27º 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 #DF320A is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 50 10 -
CMYK 0 0.78 0.96 0.13
HSL 11.27º 0.91% 0.46% -
HSV(B) 11.27º 0.96% 0.87% -
XYZ 31.63 17.99 2.09 -
YUV 97.17 78.81 217.75 -
System Red Green Blue C M Y K H S L
Decimal 223 50 10 0 0.78 0.96 0.13 11.27 0.91 0.46
Hex DF 32 A 0 4E 60 D B 5B 2E
Octal 337 62 12 0 116 140 15 13 133 56
Binary 11011111 110010 1010 0 1001110 1100000 1101 1011 1011011 101110

Color Harmonies of #DF320A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF320A

Black with #DF320A

Text Example


Text Example

White with #DF320A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF320A; }

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

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

background-color css

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

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

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

border-color css

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

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

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