Html Css Color HEX #DF350D Harley Davidson Orange

📋 copy color: '#DF350D'

red 223 ◦ green 53 ◦ blue 13

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

Shades of Harley Davidson Orange #DF350D

Tints of Harley Davidson Orange #DF350D

RGB

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

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

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

R = 77.16%
G = 18.34%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF350D (or 0xDF350D) is known color: Harley Davidson Orange. HEX triplet: DF, 35 and 0D. RGB value is (223,53,13). Sum of RGB (Red+Green+Blue) = 223+53+13=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF350D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF350D is #20CAF2. Grayscale: #636363. Windows color (decimal): -2149107 or 865759. OLE color: 865759.

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

Color convert

RGB 223 53 13 -
CMYK 0 0.76 0.94 0.13
HSL 11.43º 0.89% 0.46% -
HSV(B) 11.43º 0.94% 0.87% -
XYZ 31.78 18.26 2.23 -
YUV 99.27 79.32 216.25 -
System Red Green Blue C M Y K H S L
Decimal 223 53 13 0 0.76 0.94 0.13 11.43 0.89 0.46
Hex DF 35 D 0 4C 5E D B 59 2E
Octal 337 65 15 0 114 136 15 13 131 56
Binary 11011111 110101 1101 0 1001100 1011110 1101 1011 1011001 101110

Color Harmonies of #DF350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF350D

Black with #DF350D

Text Example


Text Example

White with #DF350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF350D; }

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

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

background-color css

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

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

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

border-color css

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

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

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