Html Css Color HEX #DC2E15 Harley Davidson Orange

📋 copy color: '#DC2E15'

red 220 ◦ green 46 ◦ blue 21

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

Shades of Harley Davidson Orange #DC2E15

Tints of Harley Davidson Orange #DC2E15

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.03%

 BLUE value IS 21 (8.59% from 255) = 7.32%

R = 76.66%
G = 16.03%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC2E15 (or 0xDC2E15) is known color: Harley Davidson Orange. HEX triplet: DC, 2E and 15. RGB value is (220,46,21). Sum of RGB (Red+Green+Blue) = 220+46+21=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2E15 is #23D1EA. Grayscale: #5F5F5F. Windows color (decimal): -2347499 or 1388252. OLE color: 1388252.

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

Color convert

RGB 220 46 21 -
CMYK 0 0.79 0.90 0.14
HSL 7.54º 0.83% 0.47% -
HSV(B) 7.54º 0.9% 0.86% -
XYZ 30.63 17.22 2.42 -
YUV 95.18 86.15 217.03 -
System Red Green Blue C M Y K H S L
Decimal 220 46 21 0 0.79 0.90 0.14 7.54 0.83 0.47
Hex DC 2E 15 0 4F 5A E 8 53 2F
Octal 334 56 25 0 117 132 16 10 123 57
Binary 11011100 101110 10101 0 1001111 1011010 1110 1000 1010011 101111

Color Harmonies of #DC2E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2E15

Black with #DC2E15

Text Example


Text Example

White with #DC2E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2E15; }

 p { color: rgb(220,46,21); }

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

background-color css

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

 a { background-color: rgb(220,46,21); }

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

border-color css

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

 span { border-color: rgb(220,46,21); }

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