Html Css Color HEX #DC3515 Harley Davidson Orange

📋 copy color: '#DC3515'

red 220 ◦ green 53 ◦ blue 21

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

Shades of Harley Davidson Orange #DC3515

Tints of Harley Davidson Orange #DC3515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.14%

R = 74.83%
G = 18.03%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC3515 (or 0xDC3515) is known color: Harley Davidson Orange. HEX triplet: DC, 35 and 15. RGB value is (220,53,21). Sum of RGB (Red+Green+Blue) = 220+53+21=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3515 is #23CAEA. Grayscale: #636363. Windows color (decimal): -2345707 or 1390044. OLE color: 1390044.

HSL color Cylindrical-coordinate representation of color #DC3515: hue angle of 9.65º degrees, saturation: 0.83, 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 #DC3515 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 53 21 -
CMYK 0 0.76 0.90 0.14
HSL 9.65º 0.83% 0.47% -
HSV(B) 9.65º 0.9% 0.86% -
XYZ 30.92 17.82 2.52 -
YUV 99.29 83.83 214.1 -
System Red Green Blue C M Y K H S L
Decimal 220 53 21 0 0.76 0.90 0.14 9.65 0.83 0.47
Hex DC 35 15 0 4C 5A E A 53 2F
Octal 334 65 25 0 114 132 16 12 123 57
Binary 11011100 110101 10101 0 1001100 1011010 1110 1010 1010011 101111

Color Harmonies of #DC3515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3515

Black with #DC3515

Text Example


Text Example

White with #DC3515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3515; }

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

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

background-color css

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

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

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

border-color css

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

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

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