Html Css Color HEX #DC2500 Harley Davidson Orange

📋 copy color: '#DC2500'

red 220 ◦ green 37 ◦ blue 0

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

Shades of Harley Davidson Orange #DC2500

Tints of Harley Davidson Orange #DC2500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.6%
G = 14.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC2500 (or 0xDC2500) is known color: Harley Davidson Orange. HEX triplet: DC, 25 and 00. RGB value is (220,37,0). Sum of RGB (Red+Green+Blue) = 220+37+0=257 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.60% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2500 is #23DAFF. Grayscale: #575757. Windows color (decimal): -2349824 or 9692. OLE color: 9692.

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

Color convert

RGB 220 37 0 -
CMYK 0 0.83 1 0.14
HSL 10.09º 1% 0.43% -
HSV(B) 10.09º 1% 0.86% -
XYZ 30.18 16.54 1.6 -
YUV 87.5 78.63 222.51 -
System Red Green Blue C M Y K H S L
Decimal 220 37 0 0 0.83 1 0.14 10.09 1 0.43
Hex DC 25 0 0 53 64 E A 64 2B
Octal 334 45 0 0 123 144 16 12 144 53
Binary 11011100 100101 0 0 1010011 1100100 1110 1010 1100100 101011

Color Harmonies of #DC2500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2500

Black with #DC2500

Text Example


Text Example

White with #DC2500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2500; }

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

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

background-color css

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

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

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

border-color css

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

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

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