Html Css Color HEX #DC2B15 Harley Davidson Orange

📋 copy color: '#DC2B15'

red 220 ◦ green 43 ◦ blue 21

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

Shades of Harley Davidson Orange #DC2B15

Tints of Harley Davidson Orange #DC2B15

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.14%

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

R = 77.46%
G = 15.14%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC2B15 (or 0xDC2B15) is known color: Harley Davidson Orange. HEX triplet: DC, 2B and 15. RGB value is (220,43,21). Sum of RGB (Red+Green+Blue) = 220+43+21=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2B15 is #23D4EA. Grayscale: #5D5D5D. Windows color (decimal): -2348267 or 1387484. OLE color: 1387484.

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

Color convert

RGB 220 43 21 -
CMYK 0 0.80 0.90 0.14
HSL 6.63º 0.83% 0.47% -
HSV(B) 6.63º 0.9% 0.86% -
XYZ 30.51 17 2.38 -
YUV 93.42 87.14 218.29 -
System Red Green Blue C M Y K H S L
Decimal 220 43 21 0 0.80 0.90 0.14 6.63 0.83 0.47
Hex DC 2B 15 0 50 5A E 7 53 2F
Octal 334 53 25 0 120 132 16 7 123 57
Binary 11011100 101011 10101 0 1010000 1011010 1110 111 1010011 101111

Color Harmonies of #DC2B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2B15

Black with #DC2B15

Text Example


Text Example

White with #DC2B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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