Html Css Color HEX #DC3A13 Harley Davidson Orange

📋 copy color: '#DC3A13'

red 220 ◦ green 58 ◦ blue 19

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

Shades of Harley Davidson Orange #DC3A13

Tints of Harley Davidson Orange #DC3A13

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.53%

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

R = 74.07%
G = 19.53%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC3A13 (or 0xDC3A13) is known color: Harley Davidson Orange. HEX triplet: DC, 3A and 13. RGB value is (220,58,19). Sum of RGB (Red+Green+Blue) = 220+58+19=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3A13 is #23C5EC. Grayscale: #666666. Windows color (decimal): -2344429 or 1260252. OLE color: 1260252.

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

Color convert

RGB 220 58 19 -
CMYK 0 0.74 0.91 0.14
HSL 11.64º 0.84% 0.47% -
HSV(B) 11.64º 0.91% 0.86% -
XYZ 31.15 18.29 2.5 -
YUV 101.99 81.17 212.17 -
System Red Green Blue C M Y K H S L
Decimal 220 58 19 0 0.74 0.91 0.14 11.64 0.84 0.47
Hex DC 3A 13 0 4A 5B E C 54 2F
Octal 334 72 23 0 112 133 16 14 124 57
Binary 11011100 111010 10011 0 1001010 1011011 1110 1100 1010100 101111

Color Harmonies of #DC3A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3A13

Black with #DC3A13

Text Example


Text Example

White with #DC3A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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