Html Css Color HEX #DC3C18 Harley Davidson Orange

📋 copy color: '#DC3C18'

red 220 ◦ green 60 ◦ blue 24

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

Shades of Harley Davidson Orange #DC3C18

Tints of Harley Davidson Orange #DC3C18

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.74%

 BLUE value IS 24 (9.77% from 255) = 7.89%

R = 72.37%
G = 19.74%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC3C18 (or 0xDC3C18) is known color: Harley Davidson Orange. HEX triplet: DC, 3C and 18. RGB value is (220,60,24). Sum of RGB (Red+Green+Blue) = 220+60+24=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3C18 is #23C3E7. Grayscale: #686868. Windows color (decimal): -2343912 or 1588444. OLE color: 1588444.

HSL color Cylindrical-coordinate representation of color #DC3C18: hue angle of 11.02º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC3C18 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 60 24 -
CMYK 0 0.73 0.89 0.14
HSL 11.02º 0.8% 0.48% -
HSV(B) 11.02º 0.89% 0.86% -
XYZ 31.3 18.51 2.79 -
YUV 103.74 83.01 210.93 -
System Red Green Blue C M Y K H S L
Decimal 220 60 24 0 0.73 0.89 0.14 11.02 0.8 0.48
Hex DC 3C 18 0 49 59 E B 50 30
Octal 334 74 30 0 111 131 16 13 120 60
Binary 11011100 111100 11000 0 1001001 1011001 1110 1011 1010000 110000

Color Harmonies of #DC3C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C18

Black with #DC3C18

Text Example


Text Example

White with #DC3C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C18; }

 p { color: rgb(220,60,24); }

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

background-color css

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

 a { background-color: rgb(220,60,24); }

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

border-color css

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

 span { border-color: rgb(220,60,24); }

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