Html Css Color HEX #DC3317 Harley Davidson Orange

📋 copy color: '#DC3317'

red 220 ◦ green 51 ◦ blue 23

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

Shades of Harley Davidson Orange #DC3317

Tints of Harley Davidson Orange #DC3317

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.35%

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

R = 74.83%
G = 17.35%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC3317 (or 0xDC3317) is known color: Harley Davidson Orange. HEX triplet: DC, 33 and 17. RGB value is (220,51,23). Sum of RGB (Red+Green+Blue) = 220+51+23=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3317 is #23CCE8. Grayscale: #626262. Windows color (decimal): -2346217 or 1520604. OLE color: 1520604.

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

Color convert

RGB 220 51 23 -
CMYK 0 0.77 0.90 0.14
HSL 8.53º 0.81% 0.48% -
HSV(B) 8.53º 0.9% 0.86% -
XYZ 30.85 17.65 2.59 -
YUV 98.34 85.49 214.78 -
System Red Green Blue C M Y K H S L
Decimal 220 51 23 0 0.77 0.90 0.14 8.53 0.81 0.48
Hex DC 33 17 0 4D 5A E 9 51 30
Octal 334 63 27 0 115 132 16 11 121 60
Binary 11011100 110011 10111 0 1001101 1011010 1110 1001 1010001 110000

Color Harmonies of #DC3317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3317

Black with #DC3317

Text Example


Text Example

White with #DC3317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3317; }

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

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

background-color css

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

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

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

border-color css

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

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

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