Html Css Color HEX #DC3414 Harley Davidson Orange

📋 copy color: '#DC3414'

red 220 ◦ green 52 ◦ blue 20

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

Shades of Harley Davidson Orange #DC3414

Tints of Harley Davidson Orange #DC3414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.85%

R = 75.34%
G = 17.81%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC3414 (or 0xDC3414) is known color: Harley Davidson Orange. HEX triplet: DC, 34 and 14. RGB value is (220,52,20). Sum of RGB (Red+Green+Blue) = 220+52+20=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3414 is #23CBEB. Grayscale: #626262. Windows color (decimal): -2345964 or 1324252. OLE color: 1324252.

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

Color convert

RGB 220 52 20 -
CMYK 0 0.76 0.91 0.14
HSL 9.6º 0.83% 0.47% -
HSV(B) 9.6º 0.91% 0.86% -
XYZ 30.87 17.72 2.46 -
YUV 98.58 83.66 214.6 -
System Red Green Blue C M Y K H S L
Decimal 220 52 20 0 0.76 0.91 0.14 9.6 0.83 0.47
Hex DC 34 14 0 4C 5B E A 53 2F
Octal 334 64 24 0 114 133 16 12 123 57
Binary 11011100 110100 10100 0 1001100 1011011 1110 1010 1010011 101111

Color Harmonies of #DC3414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3414

Black with #DC3414

Text Example


Text Example

White with #DC3414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3414; }

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

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

background-color css

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

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

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

border-color css

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

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

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