Html Css Color HEX #DC1E13 Harley Davidson Orange

📋 copy color: '#DC1E13'

red 220 ◦ green 30 ◦ blue 19

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

Shades of Harley Davidson Orange #DC1E13

Tints of Harley Davidson Orange #DC1E13

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.15%

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

R = 81.78%
G = 11.15%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC1E13 (or 0xDC1E13) is known color: Harley Davidson Orange. HEX triplet: DC, 1E and 13. RGB value is (220,30,19). Sum of RGB (Red+Green+Blue) = 220+30+19=269 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.78% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1E13 is #23E1EC. Grayscale: #555555. Windows color (decimal): -2351597 or 1253084. OLE color: 1253084.

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

Color convert

RGB 220 30 19 -
CMYK 0 0.86 0.91 0.14
HSL 3.28º 0.84% 0.47% -
HSV(B) 3.28º 0.91% 0.86% -
XYZ 30.1 16.19 2.16 -
YUV 85.56 90.45 223.89 -
System Red Green Blue C M Y K H S L
Decimal 220 30 19 0 0.86 0.91 0.14 3.28 0.84 0.47
Hex DC 1E 13 0 56 5B E 3 54 2F
Octal 334 36 23 0 126 133 16 3 124 57
Binary 11011100 11110 10011 0 1010110 1011011 1110 11 1010100 101111

Color Harmonies of #DC1E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1E13

Black with #DC1E13

Text Example


Text Example

White with #DC1E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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