Html Css Color HEX #DC3215 Harley Davidson Orange

📋 copy color: '#DC3215'

red 220 ◦ green 50 ◦ blue 21

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

Shades of Harley Davidson Orange #DC3215

Tints of Harley Davidson Orange #DC3215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.18%

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

R = 75.6%
G = 17.18%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC3215 (or 0xDC3215) is known color: Harley Davidson Orange. HEX triplet: DC, 32 and 15. RGB value is (220,50,21). Sum of RGB (Red+Green+Blue) = 220+50+21=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3215 is #23CDEA. Grayscale: #616161. Windows color (decimal): -2346475 or 1389276. OLE color: 1389276.

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

Color convert

RGB 220 50 21 -
CMYK 0 0.77 0.90 0.14
HSL 8.74º 0.83% 0.47% -
HSV(B) 8.74º 0.9% 0.86% -
XYZ 30.79 17.55 2.47 -
YUV 97.52 84.82 215.36 -
System Red Green Blue C M Y K H S L
Decimal 220 50 21 0 0.77 0.90 0.14 8.74 0.83 0.47
Hex DC 32 15 0 4D 5A E 9 53 2F
Octal 334 62 25 0 115 132 16 11 123 57
Binary 11011100 110010 10101 0 1001101 1011010 1110 1001 1010011 101111

Color Harmonies of #DC3215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3215

Black with #DC3215

Text Example


Text Example

White with #DC3215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3215; }

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

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

background-color css

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

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

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

border-color css

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

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

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