Html Css Color HEX #DC3503 Harley Davidson Orange

📋 copy color: '#DC3503'

red 220 ◦ green 53 ◦ blue 3

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

Shades of Harley Davidson Orange #DC3503

Tints of Harley Davidson Orange #DC3503

RGB

 RED value IS 220 (86.33% from 255) = 79.71%

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

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

R = 79.71%
G = 19.2%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC3503 (or 0xDC3503) is known color: Harley Davidson Orange. HEX triplet: DC, 35 and 03. RGB value is (220,53,3). Sum of RGB (Red+Green+Blue) = 220+53+3=276 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.71% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3503 is #23CAFC. Grayscale: #616161. Windows color (decimal): -2345725 or 210396. OLE color: 210396.

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

Color convert

RGB 220 53 3 -
CMYK 0 0.76 0.99 0.14
HSL 13.82º 0.97% 0.44% -
HSV(B) 13.82º 0.99% 0.86% -
XYZ 30.8 17.77 1.89 -
YUV 97.23 74.83 215.57 -
System Red Green Blue C M Y K H S L
Decimal 220 53 3 0 0.76 0.99 0.14 13.82 0.97 0.44
Hex DC 35 3 0 4C 63 E E 61 2C
Octal 334 65 3 0 114 143 16 16 141 54
Binary 11011100 110101 11 0 1001100 1100011 1110 1110 1100001 101100

Color Harmonies of #DC3503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3503

Black with #DC3503

Text Example


Text Example

White with #DC3503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3503; }

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

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

background-color css

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

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

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

border-color css

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

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

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