Html Css Color HEX #DC3B01 Harley Davidson Orange

📋 copy color: '#DC3B01'

red 220 ◦ green 59 ◦ blue 1

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

Shades of Harley Davidson Orange #DC3B01

Tints of Harley Davidson Orange #DC3B01

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.07%

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

R = 78.57%
G = 21.07%
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

#DC3B01 (or 0xDC3B01) is known color: Harley Davidson Orange. HEX triplet: DC, 3B and 01. RGB value is (220,59,1). Sum of RGB (Red+Green+Blue) = 220+59+1=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3B01 is #23C4FE. Grayscale: #646464. Windows color (decimal): -2344191 or 80860. OLE color: 80860.

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

Color convert

RGB 220 59 1 -
CMYK 0 0.73 1.00 0.14
HSL 15.89º 0.99% 0.43% -
HSV(B) 15.89º 1% 0.86% -
XYZ 31.08 18.35 1.93 -
YUV 100.53 71.84 213.22 -
System Red Green Blue C M Y K H S L
Decimal 220 59 1 0 0.73 1.00 0.14 15.89 0.99 0.43
Hex DC 3B 1 0 49 64 E 10 63 2B
Octal 334 73 1 0 111 144 16 20 143 53
Binary 11011100 111011 1 0 1001001 1100100 1110 10000 1100011 101011

Color Harmonies of #DC3B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3B01

Black with #DC3B01

Text Example


Text Example

White with #DC3B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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