Html Css Color HEX #DC3D01 Harley Davidson Orange

📋 copy color: '#DC3D01'

red 220 ◦ green 61 ◦ blue 1

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

Shades of Harley Davidson Orange #DC3D01

Tints of Harley Davidson Orange #DC3D01

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.63%

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

R = 78.01%
G = 21.63%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DC3D01 (or 0xDC3D01) is known color: Harley Davidson Orange. HEX triplet: DC, 3D and 01. RGB value is (220,61,1). Sum of RGB (Red+Green+Blue) = 220+61+1=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3D01 is #23C2FE. Grayscale: #666666. Windows color (decimal): -2343679 or 81372. OLE color: 81372.

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

Color convert

RGB 220 61 1 -
CMYK 0 0.72 1.00 0.14
HSL 16.44º 0.99% 0.43% -
HSV(B) 16.44º 1% 0.86% -
XYZ 31.19 18.56 1.97 -
YUV 101.7 71.18 212.38 -
System Red Green Blue C M Y K H S L
Decimal 220 61 1 0 0.72 1.00 0.14 16.44 0.99 0.43
Hex DC 3D 1 0 48 64 E 10 63 2B
Octal 334 75 1 0 110 144 16 20 143 53
Binary 11011100 111101 1 0 1001000 1100100 1110 10000 1100011 101011

Color Harmonies of #DC3D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D01

Black with #DC3D01

Text Example


Text Example

White with #DC3D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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