Html Css Color HEX #DC3516 Harley Davidson Orange

📋 copy color: '#DC3516'

red 220 ◦ green 53 ◦ blue 22

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

Shades of Harley Davidson Orange #DC3516

Tints of Harley Davidson Orange #DC3516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.46%

R = 74.58%
G = 17.97%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC3516 (or 0xDC3516) is known color: Harley Davidson Orange. HEX triplet: DC, 35 and 16. RGB value is (220,53,22). Sum of RGB (Red+Green+Blue) = 220+53+22=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3516 is #23CAE9. Grayscale: #636363. Windows color (decimal): -2345706 or 1455580. OLE color: 1455580.

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

Color convert

RGB 220 53 22 -
CMYK 0 0.76 0.9 0.14
HSL 9.39º 0.82% 0.47% -
HSV(B) 9.39º 0.9% 0.86% -
XYZ 30.93 17.82 2.57 -
YUV 99.4 84.33 214.02 -
System Red Green Blue C M Y K H S L
Decimal 220 53 22 0 0.76 0.9 0.14 9.39 0.82 0.47
Hex DC 35 16 0 4C 5A E 9 52 2F
Octal 334 65 26 0 114 132 16 11 122 57
Binary 11011100 110101 10110 0 1001100 1011010 1110 1001 1010010 101111

Color Harmonies of #DC3516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3516

Black with #DC3516

Text Example


Text Example

White with #DC3516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3516; }

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

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

background-color css

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

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

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

border-color css

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

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

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