Html Css Color HEX #DC3C12 Harley Davidson Orange

📋 copy color: '#DC3C12'

red 220 ◦ green 60 ◦ blue 18

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

Shades of Harley Davidson Orange #DC3C12

Tints of Harley Davidson Orange #DC3C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.04%

R = 73.83%
G = 20.13%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC3C12 (or 0xDC3C12) is known color: Harley Davidson Orange. HEX triplet: DC, 3C and 12. RGB value is (220,60,18). Sum of RGB (Red+Green+Blue) = 220+60+18=298 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.83% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3C12 is #23C3ED. Grayscale: #676767. Windows color (decimal): -2343918 or 1195228. OLE color: 1195228.

HSL color Cylindrical-coordinate representation of color #DC3C12: hue angle of 12.48º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC3C12 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 60 18 -
CMYK 0 0.73 0.92 0.14
HSL 12.48º 0.85% 0.47% -
HSV(B) 12.48º 0.92% 0.86% -
XYZ 31.24 18.49 2.49 -
YUV 103.05 80.01 211.42 -
System Red Green Blue C M Y K H S L
Decimal 220 60 18 0 0.73 0.92 0.14 12.48 0.85 0.47
Hex DC 3C 12 0 49 5C E C 55 2F
Octal 334 74 22 0 111 134 16 14 125 57
Binary 11011100 111100 10010 0 1001001 1011100 1110 1100 1010101 101111

Color Harmonies of #DC3C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C12

Black with #DC3C12

Text Example


Text Example

White with #DC3C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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