Html Css Color HEX #DC3417 Harley Davidson Orange

📋 copy color: '#DC3417'

red 220 ◦ green 52 ◦ blue 23

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

Shades of Harley Davidson Orange #DC3417

Tints of Harley Davidson Orange #DC3417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.8%

R = 74.58%
G = 17.63%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC3417 (or 0xDC3417) is known color: Harley Davidson Orange. HEX triplet: DC, 34 and 17. RGB value is (220,52,23). Sum of RGB (Red+Green+Blue) = 220+52+23=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3417 is #23CBE8. Grayscale: #636363. Windows color (decimal): -2345961 or 1520860. OLE color: 1520860.

HSL color Cylindrical-coordinate representation of color #DC3417: hue angle of 8.83º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC3417 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 52 23 -
CMYK 0 0.76 0.90 0.14
HSL 8.83º 0.81% 0.48% -
HSV(B) 8.83º 0.9% 0.86% -
XYZ 30.9 17.73 2.61 -
YUV 98.93 85.16 214.36 -
System Red Green Blue C M Y K H S L
Decimal 220 52 23 0 0.76 0.90 0.14 8.83 0.81 0.48
Hex DC 34 17 0 4C 5A E 9 51 30
Octal 334 64 27 0 114 132 16 11 121 60
Binary 11011100 110100 10111 0 1001100 1011010 1110 1001 1010001 110000

Color Harmonies of #DC3417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3417

Black with #DC3417

Text Example


Text Example

White with #DC3417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3417; }

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

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

background-color css

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

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

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

border-color css

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

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

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