Html Css Color HEX #DC3514 Harley Davidson Orange

📋 copy color: '#DC3514'

red 220 ◦ green 53 ◦ blue 20

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

Shades of Harley Davidson Orange #DC3514

Tints of Harley Davidson Orange #DC3514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.09%

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

R = 75.09%
G = 18.09%
B = 6.83%

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

#DC3514 (or 0xDC3514) is known color: Harley Davidson Orange. HEX triplet: DC, 35 and 14. RGB value is (220,53,20). Sum of RGB (Red+Green+Blue) = 220+53+20=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3514 is #23CAEB. Grayscale: #636363. Windows color (decimal): -2345708 or 1324508. OLE color: 1324508.

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

Color convert

RGB 220 53 20 -
CMYK 0 0.76 0.91 0.14
HSL 9.9º 0.83% 0.47% -
HSV(B) 9.9º 0.91% 0.86% -
XYZ 30.91 17.81 2.47 -
YUV 99.17 83.33 214.18 -
System Red Green Blue C M Y K H S L
Decimal 220 53 20 0 0.76 0.91 0.14 9.9 0.83 0.47
Hex DC 35 14 0 4C 5B E A 53 2F
Octal 334 65 24 0 114 133 16 12 123 57
Binary 11011100 110101 10100 0 1001100 1011011 1110 1010 1010011 101111

Color Harmonies of #DC3514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3514

Black with #DC3514

Text Example


Text Example

White with #DC3514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3514; }

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

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

background-color css

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

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

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

border-color css

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

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

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