Html Css Color HEX #DC1D1C Harley Davidson Orange

📋 copy color: '#DC1D1C'

red 220 ◦ green 29 ◦ blue 28

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

Shades of Harley Davidson Orange #DC1D1C

Tints of Harley Davidson Orange #DC1D1C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.47%

 BLUE value IS 28 (11.33% from 255) = 10.11%

R = 79.42%
G = 10.47%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC1D1C (or 0xDC1D1C) is known color: Harley Davidson Orange. HEX triplet: DC, 1D and 1C. RGB value is (220,29,28). Sum of RGB (Red+Green+Blue) = 220+29+28=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1D1C is #23E2E3. Grayscale: #565656. Windows color (decimal): -2351844 or 1842652. OLE color: 1842652.

HSL color Cylindrical-coordinate representation of color #DC1D1C: hue angle of 0.31º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1D1C is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 29 28 -
CMYK 0 0.87 0.87 0.14
HSL 0.31º 0.77% 0.49% -
HSV(B) 0.31º 0.87% 0.86% -
XYZ 30.16 16.18 2.63 -
YUV 86 95.28 223.58 -
System Red Green Blue C M Y K H S L
Decimal 220 29 28 0 0.87 0.87 0.14 0.31 0.77 0.49
Hex DC 1D 1C 0 57 57 E 0 4D 31
Octal 334 35 34 0 127 127 16 0 115 61
Binary 11011100 11101 11100 0 1010111 1010111 1110 0 1001101 110001

Color Harmonies of #DC1D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1D1C

Black with #DC1D1C

Text Example


Text Example

White with #DC1D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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