Html Css Color HEX #DC1C15 Harley Davidson Orange

📋 copy color: '#DC1C15'

red 220 ◦ green 28 ◦ blue 21

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

Shades of Harley Davidson Orange #DC1C15

Tints of Harley Davidson Orange #DC1C15

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.41%

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

R = 81.78%
G = 10.41%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC1C15 (or 0xDC1C15) is known color: Harley Davidson Orange. HEX triplet: DC, 1C and 15. RGB value is (220,28,21). Sum of RGB (Red+Green+Blue) = 220+28+21=269 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.78% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1C15 is #23E3EA. Grayscale: #545454. Windows color (decimal): -2352107 or 1383644. OLE color: 1383644.

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

Color convert

RGB 220 28 21 -
CMYK 0 0.87 0.90 0.14
HSL 2.11º 0.83% 0.47% -
HSV(B) 2.11º 0.9% 0.86% -
XYZ 30.07 16.1 2.23 -
YUV 84.61 92.11 224.57 -
System Red Green Blue C M Y K H S L
Decimal 220 28 21 0 0.87 0.90 0.14 2.11 0.83 0.47
Hex DC 1C 15 0 57 5A E 2 53 2F
Octal 334 34 25 0 127 132 16 2 123 57
Binary 11011100 11100 10101 0 1010111 1011010 1110 10 1010011 101111

Color Harmonies of #DC1C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1C15

Black with #DC1C15

Text Example


Text Example

White with #DC1C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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