Html Css Color HEX #DC3C01 Harley Davidson Orange

📋 copy color: '#DC3C01'

red 220 ◦ green 60 ◦ blue 1

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

Shades of Harley Davidson Orange #DC3C01

Tints of Harley Davidson Orange #DC3C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 78.29%
G = 21.35%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DC3C01 (or 0xDC3C01) is known color: Harley Davidson Orange. HEX triplet: DC, 3C and 01. RGB value is (220,60,1). Sum of RGB (Red+Green+Blue) = 220+60+1=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3C01 is #23C3FE. Grayscale: #656565. Windows color (decimal): -2343935 or 81116. OLE color: 81116.

HSL color Cylindrical-coordinate representation of color #DC3C01: hue angle of 16.16º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC3C01 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 60 1 -
CMYK 0 0.73 1.00 0.14
HSL 16.16º 0.99% 0.43% -
HSV(B) 16.16º 1% 0.86% -
XYZ 31.14 18.45 1.95 -
YUV 101.11 71.51 212.8 -
System Red Green Blue C M Y K H S L
Decimal 220 60 1 0 0.73 1.00 0.14 16.16 0.99 0.43
Hex DC 3C 1 0 49 64 E 10 63 2B
Octal 334 74 1 0 111 144 16 20 143 53
Binary 11011100 111100 1 0 1001001 1100100 1110 10000 1100011 101011

Color Harmonies of #DC3C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C01

Black with #DC3C01

Text Example


Text Example

White with #DC3C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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