Html Css Color HEX #DC3019 Harley Davidson Orange

📋 copy color: '#DC3019'

red 220 ◦ green 48 ◦ blue 25

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

Shades of Harley Davidson Orange #DC3019

Tints of Harley Davidson Orange #DC3019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.53%

R = 75.09%
G = 16.38%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC3019 (or 0xDC3019) is known color: Harley Davidson Orange. HEX triplet: DC, 30 and 19. RGB value is (220,48,25). Sum of RGB (Red+Green+Blue) = 220+48+25=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3019 is #23CFE6. Grayscale: #616161. Windows color (decimal): -2346983 or 1650908. OLE color: 1650908.

HSL color Cylindrical-coordinate representation of color #DC3019: hue angle of 7.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC3019 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 48 25 -
CMYK 0 0.78 0.89 0.14
HSL 7.08º 0.8% 0.48% -
HSV(B) 7.08º 0.89% 0.86% -
XYZ 30.75 17.4 2.66 -
YUV 96.81 87.48 215.87 -
System Red Green Blue C M Y K H S L
Decimal 220 48 25 0 0.78 0.89 0.14 7.08 0.8 0.48
Hex DC 30 19 0 4E 59 E 7 50 30
Octal 334 60 31 0 116 131 16 7 120 60
Binary 11011100 110000 11001 0 1001110 1011001 1110 111 1010000 110000

Color Harmonies of #DC3019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3019

Black with #DC3019

Text Example


Text Example

White with #DC3019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3019; }

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

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

background-color css

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

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

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

border-color css

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

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

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