Html Css Color HEX #DC3013 Harley Davidson Orange

📋 copy color: '#DC3013'

red 220 ◦ green 48 ◦ blue 19

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

Shades of Harley Davidson Orange #DC3013

Tints of Harley Davidson Orange #DC3013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.62%

R = 76.66%
G = 16.72%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC3013 (or 0xDC3013) is known color: Harley Davidson Orange. HEX triplet: DC, 30 and 13. RGB value is (220,48,19). Sum of RGB (Red+Green+Blue) = 220+48+19=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3013 is #23CFEC. Grayscale: #606060. Windows color (decimal): -2346989 or 1257692. OLE color: 1257692.

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

Color convert

RGB 220 48 19 -
CMYK 0 0.78 0.91 0.14
HSL 8.66º 0.84% 0.47% -
HSV(B) 8.66º 0.91% 0.86% -
XYZ 30.69 17.38 2.35 -
YUV 96.12 84.48 216.36 -
System Red Green Blue C M Y K H S L
Decimal 220 48 19 0 0.78 0.91 0.14 8.66 0.84 0.47
Hex DC 30 13 0 4E 5B E 9 54 2F
Octal 334 60 23 0 116 133 16 11 124 57
Binary 11011100 110000 10011 0 1001110 1011011 1110 1001 1010100 101111

Color Harmonies of #DC3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3013

Black with #DC3013

Text Example


Text Example

White with #DC3013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3013; }

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

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

background-color css

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

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

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

border-color css

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

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

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