Html Css Color HEX #DC3015 Harley Davidson Orange

📋 copy color: '#DC3015'

red 220 ◦ green 48 ◦ blue 21

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

Shades of Harley Davidson Orange #DC3015

Tints of Harley Davidson Orange #DC3015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.27%

R = 76.12%
G = 16.61%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC3015 (or 0xDC3015) is known color: Harley Davidson Orange. HEX triplet: DC, 30 and 15. RGB value is (220,48,21). Sum of RGB (Red+Green+Blue) = 220+48+21=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3015 is #23CFEA. Grayscale: #606060. Windows color (decimal): -2346987 or 1388764. OLE color: 1388764.

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

Color convert

RGB 220 48 21 -
CMYK 0 0.78 0.90 0.14
HSL 8.14º 0.83% 0.47% -
HSV(B) 8.14º 0.9% 0.86% -
XYZ 30.71 17.38 2.45 -
YUV 96.35 85.48 216.2 -
System Red Green Blue C M Y K H S L
Decimal 220 48 21 0 0.78 0.90 0.14 8.14 0.83 0.47
Hex DC 30 15 0 4E 5A E 8 53 2F
Octal 334 60 25 0 116 132 16 10 123 57
Binary 11011100 110000 10101 0 1001110 1011010 1110 1000 1010011 101111

Color Harmonies of #DC3015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3015

Black with #DC3015

Text Example


Text Example

White with #DC3015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3015; }

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

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

background-color css

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

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

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

border-color css

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

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

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