Html Css Color HEX #DC2518 Harley Davidson Orange

📋 copy color: '#DC2518'

red 220 ◦ green 37 ◦ blue 24

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

Shades of Harley Davidson Orange #DC2518

Tints of Harley Davidson Orange #DC2518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.17%

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

R = 78.29%
G = 13.17%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC2518 (or 0xDC2518) is known color: Harley Davidson Orange. HEX triplet: DC, 25 and 18. RGB value is (220,37,24). Sum of RGB (Red+Green+Blue) = 220+37+24=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2518 is #23DAE7. Grayscale: #5A5A5A. Windows color (decimal): -2349800 or 1582556. OLE color: 1582556.

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

Color convert

RGB 220 37 24 -
CMYK 0 0.83 0.89 0.14
HSL 3.98º 0.8% 0.48% -
HSV(B) 3.98º 0.89% 0.86% -
XYZ 30.34 16.6 2.47 -
YUV 90.24 90.63 220.56 -
System Red Green Blue C M Y K H S L
Decimal 220 37 24 0 0.83 0.89 0.14 3.98 0.8 0.48
Hex DC 25 18 0 53 59 E 4 50 30
Octal 334 45 30 0 123 131 16 4 120 60
Binary 11011100 100101 11000 0 1010011 1011001 1110 100 1010000 110000

Color Harmonies of #DC2518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2518

Black with #DC2518

Text Example


Text Example

White with #DC2518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2518; }

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

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

background-color css

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

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

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

border-color css

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

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

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