Html Css Color HEX #DC3C13 Harley Davidson Orange

📋 copy color: '#DC3C13'

red 220 ◦ green 60 ◦ blue 19

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

Shades of Harley Davidson Orange #DC3C13

Tints of Harley Davidson Orange #DC3C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.35%

R = 73.58%
G = 20.07%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC3C13 (or 0xDC3C13) is known color: Harley Davidson Orange. HEX triplet: DC, 3C and 13. RGB value is (220,60,19). Sum of RGB (Red+Green+Blue) = 220+60+19=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3C13 is #23C3EC. Grayscale: #676767. Windows color (decimal): -2343917 or 1260764. OLE color: 1260764.

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

Color convert

RGB 220 60 19 -
CMYK 0 0.73 0.91 0.14
HSL 12.24º 0.84% 0.47% -
HSV(B) 12.24º 0.91% 0.86% -
XYZ 31.25 18.49 2.54 -
YUV 103.17 80.51 211.33 -
System Red Green Blue C M Y K H S L
Decimal 220 60 19 0 0.73 0.91 0.14 12.24 0.84 0.47
Hex DC 3C 13 0 49 5B E C 54 2F
Octal 334 74 23 0 111 133 16 14 124 57
Binary 11011100 111100 10011 0 1001001 1011011 1110 1100 1010100 101111

Color Harmonies of #DC3C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C13

Black with #DC3C13

Text Example


Text Example

White with #DC3C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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