Html Css Color HEX #DC3E12 Harley Davidson Orange

📋 copy color: '#DC3E12'

red 220 ◦ green 62 ◦ blue 18

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

Shades of Harley Davidson Orange #DC3E12

Tints of Harley Davidson Orange #DC3E12

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.67%

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

R = 73.33%
G = 20.67%
B = 6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC3E12 (or 0xDC3E12) is known color: Harley Davidson Orange. HEX triplet: DC, 3E and 12. RGB value is (220,62,18). Sum of RGB (Red+Green+Blue) = 220+62+18=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3E12 is #23C1ED. Grayscale: #686868. Windows color (decimal): -2343406 or 1195740. OLE color: 1195740.

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

Color convert

RGB 220 62 18 -
CMYK 0 0.72 0.92 0.14
HSL 13.07º 0.85% 0.47% -
HSV(B) 13.07º 0.92% 0.86% -
XYZ 31.35 18.7 2.53 -
YUV 104.23 79.35 210.58 -
System Red Green Blue C M Y K H S L
Decimal 220 62 18 0 0.72 0.92 0.14 13.07 0.85 0.47
Hex DC 3E 12 0 48 5C E D 55 2F
Octal 334 76 22 0 110 134 16 15 125 57
Binary 11011100 111110 10010 0 1001000 1011100 1110 1101 1010101 101111

Color Harmonies of #DC3E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E12

Black with #DC3E12

Text Example


Text Example

White with #DC3E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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