Html Css Color HEX #DF350B Harley Davidson Orange

📋 copy color: '#DF350B'

red 223 ◦ green 53 ◦ blue 11

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

Shades of Harley Davidson Orange #DF350B

Tints of Harley Davidson Orange #DF350B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.83%

R = 77.7%
G = 18.47%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF350B (or 0xDF350B) is known color: Harley Davidson Orange. HEX triplet: DF, 35 and 0B. RGB value is (223,53,11). Sum of RGB (Red+Green+Blue) = 223+53+11=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF350B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF350B is #20CAF4. Grayscale: #636363. Windows color (decimal): -2149109 or 734687. OLE color: 734687.

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

Color convert

RGB 223 53 11 -
CMYK 0 0.76 0.95 0.13
HSL 11.89º 0.91% 0.46% -
HSV(B) 11.89º 0.95% 0.87% -
XYZ 31.76 18.26 2.17 -
YUV 99.04 78.32 216.42 -
System Red Green Blue C M Y K H S L
Decimal 223 53 11 0 0.76 0.95 0.13 11.89 0.91 0.46
Hex DF 35 B 0 4C 5F D C 5B 2E
Octal 337 65 13 0 114 137 15 14 133 56
Binary 11011111 110101 1011 0 1001100 1011111 1101 1100 1011011 101110

Color Harmonies of #DF350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF350B

Black with #DF350B

Text Example


Text Example

White with #DF350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF350B; }

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

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

background-color css

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

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

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

border-color css

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

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

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