Html Css Color HEX #DC1915 Harley Davidson Orange

📋 copy color: '#DC1915'

red 220 ◦ green 25 ◦ blue 21

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

Shades of Harley Davidson Orange #DC1915

Tints of Harley Davidson Orange #DC1915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.4%

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

R = 82.71%
G = 9.4%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC1915 (or 0xDC1915) is known color: Harley Davidson Orange. HEX triplet: DC, 19 and 15. RGB value is (220,25,21). Sum of RGB (Red+Green+Blue) = 220+25+21=266 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.71% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1915 is #23E6EA. Grayscale: #535353. Windows color (decimal): -2352875 or 1382876. OLE color: 1382876.

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

Color convert

RGB 220 25 21 -
CMYK 0 0.89 0.90 0.14
HSL 1.21º 0.83% 0.47% -
HSV(B) 1.21º 0.9% 0.86% -
XYZ 30 15.97 2.21 -
YUV 82.85 93.1 225.83 -
System Red Green Blue C M Y K H S L
Decimal 220 25 21 0 0.89 0.90 0.14 1.21 0.83 0.47
Hex DC 19 15 0 59 5A E 1 53 2F
Octal 334 31 25 0 131 132 16 1 123 57
Binary 11011100 11001 10101 0 1011001 1011010 1110 1 1010011 101111

Color Harmonies of #DC1915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1915

Black with #DC1915

Text Example


Text Example

White with #DC1915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1915; }

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

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

background-color css

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

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

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

border-color css

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

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

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