Html Css Color HEX #DC3C1C Harley Davidson Orange

📋 copy color: '#DC3C1C'

red 220 ◦ green 60 ◦ blue 28

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

Shades of Harley Davidson Orange #DC3C1C

Tints of Harley Davidson Orange #DC3C1C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.48%

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

R = 71.43%
G = 19.48%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC3C1C (or 0xDC3C1C) is known color: Harley Davidson Orange. HEX triplet: DC, 3C and 1C. RGB value is (220,60,28). Sum of RGB (Red+Green+Blue) = 220+60+28=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3C1C is #23C3E3. Grayscale: #686868. Windows color (decimal): -2343908 or 1850588. OLE color: 1850588.

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

Color convert

RGB 220 60 28 -
CMYK 0 0.73 0.87 0.14
HSL 10º 0.77% 0.49% -
HSV(B) 10º 0.87% 0.86% -
XYZ 31.34 18.53 3.02 -
YUV 104.19 85.01 210.6 -
System Red Green Blue C M Y K H S L
Decimal 220 60 28 0 0.73 0.87 0.14 10 0.77 0.49
Hex DC 3C 1C 0 49 57 E A 4D 31
Octal 334 74 34 0 111 127 16 12 115 61
Binary 11011100 111100 11100 0 1001001 1010111 1110 1010 1001101 110001

Color Harmonies of #DC3C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C1C

Black with #DC3C1C

Text Example


Text Example

White with #DC3C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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