Html Css Color HEX #DC340D Harley Davidson Orange

📋 copy color: '#DC340D'

red 220 ◦ green 52 ◦ blue 13

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

Shades of Harley Davidson Orange #DC340D

Tints of Harley Davidson Orange #DC340D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.25%

 BLUE value IS 13 (5.47% from 255) = 4.56%

R = 77.19%
G = 18.25%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC340D (or 0xDC340D) is known color: Harley Davidson Orange. HEX triplet: DC, 34 and 0D. RGB value is (220,52,13). Sum of RGB (Red+Green+Blue) = 220+52+13=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC340D is #23CBF2. Grayscale: #626262. Windows color (decimal): -2345971 or 865500. OLE color: 865500.

HSL color Cylindrical-coordinate representation of color #DC340D: hue angle of 11.3º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC340D is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 52 13 -
CMYK 0 0.76 0.94 0.14
HSL 11.3º 0.89% 0.46% -
HSV(B) 11.3º 0.94% 0.86% -
XYZ 30.82 17.7 2.17 -
YUV 97.79 80.16 215.17 -
System Red Green Blue C M Y K H S L
Decimal 220 52 13 0 0.76 0.94 0.14 11.3 0.89 0.46
Hex DC 34 D 0 4C 5E E B 59 2E
Octal 334 64 15 0 114 136 16 13 131 56
Binary 11011100 110100 1101 0 1001100 1011110 1110 1011 1011001 101110

Color Harmonies of #DC340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC340D

Black with #DC340D

Text Example


Text Example

White with #DC340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC340D; }

 p { color: rgb(220,52,13); }

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

background-color css

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

 a { background-color: rgb(220,52,13); }

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

border-color css

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

 span { border-color: rgb(220,52,13); }

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