Html Css Color HEX #DC3316 Harley Davidson Orange

📋 copy color: '#DC3316'

red 220 ◦ green 51 ◦ blue 22

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

Shades of Harley Davidson Orange #DC3316

Tints of Harley Davidson Orange #DC3316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.51%

R = 75.09%
G = 17.41%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC3316 (or 0xDC3316) is known color: Harley Davidson Orange. HEX triplet: DC, 33 and 16. RGB value is (220,51,22). Sum of RGB (Red+Green+Blue) = 220+51+22=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3316 is #23CCE9. Grayscale: #626262. Windows color (decimal): -2346218 or 1455068. OLE color: 1455068.

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

Color convert

RGB 220 51 22 -
CMYK 0 0.77 0.9 0.14
HSL 8.79º 0.82% 0.47% -
HSV(B) 8.79º 0.9% 0.86% -
XYZ 30.84 17.64 2.54 -
YUV 98.23 84.99 214.86 -
System Red Green Blue C M Y K H S L
Decimal 220 51 22 0 0.77 0.9 0.14 8.79 0.82 0.47
Hex DC 33 16 0 4D 5A E 9 52 2F
Octal 334 63 26 0 115 132 16 11 122 57
Binary 11011100 110011 10110 0 1001101 1011010 1110 1001 1010010 101111

Color Harmonies of #DC3316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3316

Black with #DC3316

Text Example


Text Example

White with #DC3316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3316; }

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

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

background-color css

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

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

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

border-color css

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

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

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