Html Css Color HEX #DC3C05 Harley Davidson Orange

📋 copy color: '#DC3C05'

red 220 ◦ green 60 ◦ blue 5

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

Shades of Harley Davidson Orange #DC3C05

Tints of Harley Davidson Orange #DC3C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.75%

R = 77.19%
G = 21.05%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC3C05 (or 0xDC3C05) is known color: Harley Davidson Orange. HEX triplet: DC, 3C and 05. RGB value is (220,60,5). Sum of RGB (Red+Green+Blue) = 220+60+5=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3C05 is #23C3FA. Grayscale: #656565. Windows color (decimal): -2343931 or 343260. OLE color: 343260.

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

Color convert

RGB 220 60 5 -
CMYK 0 0.73 0.98 0.14
HSL 15.35º 0.96% 0.44% -
HSV(B) 15.35º 0.98% 0.86% -
XYZ 31.16 18.46 2.06 -
YUV 101.57 73.51 212.47 -
System Red Green Blue C M Y K H S L
Decimal 220 60 5 0 0.73 0.98 0.14 15.35 0.96 0.44
Hex DC 3C 5 0 49 62 E F 60 2C
Octal 334 74 5 0 111 142 16 17 140 54
Binary 11011100 111100 101 0 1001001 1100010 1110 1111 1100000 101100

Color Harmonies of #DC3C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C05

Black with #DC3C05

Text Example


Text Example

White with #DC3C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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