Html Css Color HEX #DC2315 Harley Davidson Orange

📋 copy color: '#DC2315'

red 220 ◦ green 35 ◦ blue 21

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

Shades of Harley Davidson Orange #DC2315

Tints of Harley Davidson Orange #DC2315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.68%

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

R = 79.71%
G = 12.68%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC2315 (or 0xDC2315) is known color: Harley Davidson Orange. HEX triplet: DC, 23 and 15. RGB value is (220,35,21). Sum of RGB (Red+Green+Blue) = 220+35+21=276 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.71% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2315 is #23DCEA. Grayscale: #585858. Windows color (decimal): -2350315 or 1385436. OLE color: 1385436.

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

Color convert

RGB 220 35 21 -
CMYK 0 0.84 0.90 0.14
HSL 4.22º 0.83% 0.47% -
HSV(B) 4.22º 0.9% 0.86% -
XYZ 30.25 16.47 2.29 -
YUV 88.72 89.79 221.64 -
System Red Green Blue C M Y K H S L
Decimal 220 35 21 0 0.84 0.90 0.14 4.22 0.83 0.47
Hex DC 23 15 0 54 5A E 4 53 2F
Octal 334 43 25 0 124 132 16 4 123 57
Binary 11011100 100011 10101 0 1010100 1011010 1110 100 1010011 101111

Color Harmonies of #DC2315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2315

Black with #DC2315

Text Example


Text Example

White with #DC2315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2315; }

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

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

background-color css

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

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

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

border-color css

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

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

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