Html Css Color HEX #DC3A12 Harley Davidson Orange

📋 copy color: '#DC3A12'

red 220 ◦ green 58 ◦ blue 18

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

Shades of Harley Davidson Orange #DC3A12

Tints of Harley Davidson Orange #DC3A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.08%

R = 74.32%
G = 19.59%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC3A12 (or 0xDC3A12) is known color: Harley Davidson Orange. HEX triplet: DC, 3A and 12. RGB value is (220,58,18). Sum of RGB (Red+Green+Blue) = 220+58+18=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3A12 is #23C5ED. Grayscale: #666666. Windows color (decimal): -2344430 or 1194716. OLE color: 1194716.

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

Color convert

RGB 220 58 18 -
CMYK 0 0.74 0.92 0.14
HSL 11.88º 0.85% 0.47% -
HSV(B) 11.88º 0.92% 0.86% -
XYZ 31.14 18.29 2.46 -
YUV 101.88 80.67 212.25 -
System Red Green Blue C M Y K H S L
Decimal 220 58 18 0 0.74 0.92 0.14 11.88 0.85 0.47
Hex DC 3A 12 0 4A 5C E C 55 2F
Octal 334 72 22 0 112 134 16 14 125 57
Binary 11011100 111010 10010 0 1001010 1011100 1110 1100 1010101 101111

Color Harmonies of #DC3A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3A12

Black with #DC3A12

Text Example


Text Example

White with #DC3A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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