Html Css Color HEX #DF3503 Harley Davidson Orange

📋 copy color: '#DF3503'

red 223 ◦ green 53 ◦ blue 3

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

Shades of Harley Davidson Orange #DF3503

Tints of Harley Davidson Orange #DF3503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.08%

R = 79.93%
G = 19%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF3503 (or 0xDF3503) is known color: Harley Davidson Orange. HEX triplet: DF, 35 and 03. RGB value is (223,53,3). Sum of RGB (Red+Green+Blue) = 223+53+3=279 (36% of max value = 765). Red value is 223 (87.5% from 255 or 79.93% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3503 is #20CAFC. Grayscale: #626262. Windows color (decimal): -2149117 or 210399. OLE color: 210399.

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

Color convert

RGB 223 53 3 -
CMYK 0 0.76 0.99 0.13
HSL 13.64º 0.97% 0.44% -
HSV(B) 13.64º 0.99% 0.87% -
XYZ 31.72 18.24 1.94 -
YUV 98.13 74.32 217.07 -
System Red Green Blue C M Y K H S L
Decimal 223 53 3 0 0.76 0.99 0.13 13.64 0.97 0.44
Hex DF 35 3 0 4C 63 D E 61 2C
Octal 337 65 3 0 114 143 15 16 141 54
Binary 11011111 110101 11 0 1001100 1100011 1101 1110 1100001 101100

Color Harmonies of #DF3503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3503

Black with #DF3503

Text Example


Text Example

White with #DF3503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3503; }

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

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

background-color css

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

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

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

border-color css

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

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

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