Html Css Color HEX #DC2C13 Harley Davidson Orange

📋 copy color: '#DC2C13'

red 220 ◦ green 44 ◦ blue 19

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

Shades of Harley Davidson Orange #DC2C13

Tints of Harley Davidson Orange #DC2C13

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.55%

 BLUE value IS 19 (7.81% from 255) = 6.71%

R = 77.74%
G = 15.55%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC2C13 (or 0xDC2C13) is known color: Harley Davidson Orange. HEX triplet: DC, 2C and 13. RGB value is (220,44,19). Sum of RGB (Red+Green+Blue) = 220+44+19=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2C13 is #23D3EC. Grayscale: #5E5E5E. Windows color (decimal): -2348013 or 1256668. OLE color: 1256668.

HSL color Cylindrical-coordinate representation of color #DC2C13: hue angle of 7.46º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC2C13 is Cyan = 0, Magento = 0.8, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 44 19 -
CMYK 0 0.8 0.91 0.14
HSL 7.46º 0.84% 0.47% -
HSV(B) 7.46º 0.91% 0.86% -
XYZ 30.53 17.06 2.3 -
YUV 93.77 85.81 218.03 -
System Red Green Blue C M Y K H S L
Decimal 220 44 19 0 0.8 0.91 0.14 7.46 0.84 0.47
Hex DC 2C 13 0 50 5B E 7 54 2F
Octal 334 54 23 0 120 133 16 7 124 57
Binary 11011100 101100 10011 0 1010000 1011011 1110 111 1010100 101111

Color Harmonies of #DC2C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2C13

Black with #DC2C13

Text Example


Text Example

White with #DC2C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2C13; }

 p { color: rgb(220,44,19); }

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

background-color css

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

 a { background-color: rgb(220,44,19); }

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

border-color css

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

 span { border-color: rgb(220,44,19); }

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