Html Css Color HEX #DF350A Harley Davidson Orange

📋 copy color: '#DF350A'

red 223 ◦ green 53 ◦ blue 10

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

Shades of Harley Davidson Orange #DF350A

Tints of Harley Davidson Orange #DF350A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.53%

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

R = 77.97%
G = 18.53%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF350A (or 0xDF350A) is known color: Harley Davidson Orange. HEX triplet: DF, 35 and 0A. RGB value is (223,53,10). Sum of RGB (Red+Green+Blue) = 223+53+10=286 (37% of max value = 765). Red value is 223 (87.5% from 255 or 77.97% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 223 - color contains mainly: red. Hex color #DF350A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF350A is #20CAF5. Grayscale: #636363. Windows color (decimal): -2149110 or 669151. OLE color: 669151.

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

Color convert

RGB 223 53 10 -
CMYK 0 0.76 0.96 0.13
HSL 12.11º 0.91% 0.46% -
HSV(B) 12.11º 0.96% 0.87% -
XYZ 31.76 18.26 2.14 -
YUV 98.93 77.82 216.5 -
System Red Green Blue C M Y K H S L
Decimal 223 53 10 0 0.76 0.96 0.13 12.11 0.91 0.46
Hex DF 35 A 0 4C 60 D C 5B 2E
Octal 337 65 12 0 114 140 15 14 133 56
Binary 11011111 110101 1010 0 1001100 1100000 1101 1100 1011011 101110

Color Harmonies of #DF350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF350A

Black with #DF350A

Text Example


Text Example

White with #DF350A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF350A; }

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

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

background-color css

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

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

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

border-color css

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

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

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