Html Css Color HEX #DC2E13 Harley Davidson Orange

📋 copy color: '#DC2E13'

red 220 ◦ green 46 ◦ blue 19

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

Shades of Harley Davidson Orange #DC2E13

Tints of Harley Davidson Orange #DC2E13

RGB

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

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

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

R = 77.19%
G = 16.14%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC2E13 (or 0xDC2E13) is known color: Harley Davidson Orange. HEX triplet: DC, 2E and 13. RGB value is (220,46,19). Sum of RGB (Red+Green+Blue) = 220+46+19=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2E13 is #23D1EC. Grayscale: #5F5F5F. Windows color (decimal): -2347501 or 1257180. OLE color: 1257180.

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

Color convert

RGB 220 46 19 -
CMYK 0 0.79 0.91 0.14
HSL 8.06º 0.84% 0.47% -
HSV(B) 8.06º 0.91% 0.86% -
XYZ 30.61 17.22 2.33 -
YUV 94.95 85.15 217.2 -
System Red Green Blue C M Y K H S L
Decimal 220 46 19 0 0.79 0.91 0.14 8.06 0.84 0.47
Hex DC 2E 13 0 4F 5B E 8 54 2F
Octal 334 56 23 0 117 133 16 10 124 57
Binary 11011100 101110 10011 0 1001111 1011011 1110 1000 1010100 101111

Color Harmonies of #DC2E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2E13

Black with #DC2E13

Text Example


Text Example

White with #DC2E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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