Html Css Color HEX #DC3004 Harley Davidson Orange

📋 copy color: '#DC3004'

red 220 ◦ green 48 ◦ blue 4

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

Shades of Harley Davidson Orange #DC3004

Tints of Harley Davidson Orange #DC3004

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.65%

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

R = 80.88%
G = 17.65%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC3004 (or 0xDC3004) is known color: Harley Davidson Orange. HEX triplet: DC, 30 and 04. RGB value is (220,48,4). Sum of RGB (Red+Green+Blue) = 220+48+4=272 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.88% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3004 is #23CFFB. Grayscale: #5E5E5E. Windows color (decimal): -2347004 or 274652. OLE color: 274652.

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

Color convert

RGB 220 48 4 -
CMYK 0 0.78 0.98 0.14
HSL 12.22º 0.96% 0.44% -
HSV(B) 12.22º 0.98% 0.86% -
XYZ 30.59 17.34 1.85 -
YUV 94.41 76.98 217.58 -
System Red Green Blue C M Y K H S L
Decimal 220 48 4 0 0.78 0.98 0.14 12.22 0.96 0.44
Hex DC 30 4 0 4E 62 E C 60 2C
Octal 334 60 4 0 116 142 16 14 140 54
Binary 11011100 110000 100 0 1001110 1100010 1110 1100 1100000 101100

Color Harmonies of #DC3004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3004

Black with #DC3004

Text Example


Text Example

White with #DC3004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3004; }

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

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

background-color css

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

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

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

border-color css

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

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

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