Html Css Color HEX #DC3716 Harley Davidson Orange

📋 copy color: '#DC3716'

red 220 ◦ green 55 ◦ blue 22

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

Shades of Harley Davidson Orange #DC3716

Tints of Harley Davidson Orange #DC3716

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.52%

 BLUE value IS 22 (8.98% from 255) = 7.41%

R = 74.07%
G = 18.52%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC3716 (or 0xDC3716) is known color: Harley Davidson Orange. HEX triplet: DC, 37 and 16. RGB value is (220,55,22). Sum of RGB (Red+Green+Blue) = 220+55+22=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3716 is #23C8E9. Grayscale: #646464. Windows color (decimal): -2345194 or 1456092. OLE color: 1456092.

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

Color convert

RGB 220 55 22 -
CMYK 0 0.75 0.9 0.14
HSL 10º 0.82% 0.47% -
HSV(B) 10º 0.9% 0.86% -
XYZ 31.03 18.01 2.6 -
YUV 100.57 83.66 213.18 -
System Red Green Blue C M Y K H S L
Decimal 220 55 22 0 0.75 0.9 0.14 10 0.82 0.47
Hex DC 37 16 0 4B 5A E A 52 2F
Octal 334 67 26 0 113 132 16 12 122 57
Binary 11011100 110111 10110 0 1001011 1011010 1110 1010 1010010 101111

Color Harmonies of #DC3716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3716

Black with #DC3716

Text Example


Text Example

White with #DC3716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3716; }

 p { color: rgb(220,55,22); }

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

background-color css

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

 a { background-color: rgb(220,55,22); }

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

border-color css

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

 span { border-color: rgb(220,55,22); }

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