Html Css Color HEX #DC3A18 Harley Davidson Orange

📋 copy color: '#DC3A18'

red 220 ◦ green 58 ◦ blue 24

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

Shades of Harley Davidson Orange #DC3A18

Tints of Harley Davidson Orange #DC3A18

RGB

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

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

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

R = 72.85%
G = 19.21%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC3A18 (or 0xDC3A18) is known color: Harley Davidson Orange. HEX triplet: DC, 3A and 18. RGB value is (220,58,24). Sum of RGB (Red+Green+Blue) = 220+58+24=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3A18 is #23C5E7. Grayscale: #666666. Windows color (decimal): -2344424 or 1587932. OLE color: 1587932.

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

Color convert

RGB 220 58 24 -
CMYK 0 0.74 0.89 0.14
HSL 10.41º 0.8% 0.48% -
HSV(B) 10.41º 0.89% 0.86% -
XYZ 31.19 18.31 2.75 -
YUV 102.56 83.67 211.76 -
System Red Green Blue C M Y K H S L
Decimal 220 58 24 0 0.74 0.89 0.14 10.41 0.8 0.48
Hex DC 3A 18 0 4A 59 E A 50 30
Octal 334 72 30 0 112 131 16 12 120 60
Binary 11011100 111010 11000 0 1001010 1011001 1110 1010 1010000 110000

Color Harmonies of #DC3A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3A18

Black with #DC3A18

Text Example


Text Example

White with #DC3A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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