Html Css Color HEX #DC3304 Harley Davidson Orange

📋 copy color: '#DC3304'

red 220 ◦ green 51 ◦ blue 4

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

Shades of Harley Davidson Orange #DC3304

Tints of Harley Davidson Orange #DC3304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 80%
G = 18.55%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC3304 (or 0xDC3304) is known color: Harley Davidson Orange. HEX triplet: DC, 33 and 04. RGB value is (220,51,4). Sum of RGB (Red+Green+Blue) = 220+51+4=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3304 is #23CCFB. Grayscale: #606060. Windows color (decimal): -2346236 or 275420. OLE color: 275420.

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

Color convert

RGB 220 51 4 -
CMYK 0 0.77 0.98 0.14
HSL 13.06º 0.96% 0.44% -
HSV(B) 13.06º 0.98% 0.86% -
XYZ 30.72 17.59 1.89 -
YUV 96.17 75.99 216.32 -
System Red Green Blue C M Y K H S L
Decimal 220 51 4 0 0.77 0.98 0.14 13.06 0.96 0.44
Hex DC 33 4 0 4D 62 E D 60 2C
Octal 334 63 4 0 115 142 16 15 140 54
Binary 11011100 110011 100 0 1001101 1100010 1110 1101 1100000 101100

Color Harmonies of #DC3304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3304

Black with #DC3304

Text Example


Text Example

White with #DC3304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3304; }

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

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

background-color css

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

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

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

border-color css

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

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

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