Html Css Color HEX #DC2517 Harley Davidson Orange

📋 copy color: '#DC2517'

red 220 ◦ green 37 ◦ blue 23

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

Shades of Harley Davidson Orange #DC2517

Tints of Harley Davidson Orange #DC2517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.21%

R = 78.57%
G = 13.21%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC2517 (or 0xDC2517) is known color: Harley Davidson Orange. HEX triplet: DC, 25 and 17. RGB value is (220,37,23). Sum of RGB (Red+Green+Blue) = 220+37+23=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2517 is #23DAE8. Grayscale: #5A5A5A. Windows color (decimal): -2349801 or 1517020. OLE color: 1517020.

HSL color Cylindrical-coordinate representation of color #DC2517: hue angle of 4.26º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC2517 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 37 23 -
CMYK 0 0.83 0.90 0.14
HSL 4.26º 0.81% 0.48% -
HSV(B) 4.26º 0.9% 0.86% -
XYZ 30.33 16.6 2.42 -
YUV 90.12 90.13 220.64 -
System Red Green Blue C M Y K H S L
Decimal 220 37 23 0 0.83 0.90 0.14 4.26 0.81 0.48
Hex DC 25 17 0 53 5A E 4 51 30
Octal 334 45 27 0 123 132 16 4 121 60
Binary 11011100 100101 10111 0 1010011 1011010 1110 100 1010001 110000

Color Harmonies of #DC2517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2517

Black with #DC2517

Text Example


Text Example

White with #DC2517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2517; }

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

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

background-color css

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

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

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

border-color css

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

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

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