Html Css Color HEX #DC1813 Harley Davidson Orange

📋 copy color: '#DC1813'

red 220 ◦ green 24 ◦ blue 19

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

Shades of Harley Davidson Orange #DC1813

Tints of Harley Davidson Orange #DC1813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.13%

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

R = 83.65%
G = 9.13%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC1813 (or 0xDC1813) is known color: Harley Davidson Orange. HEX triplet: DC, 18 and 13. RGB value is (220,24,19). Sum of RGB (Red+Green+Blue) = 220+24+19=263 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.65% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1813 is #23E7EC. Grayscale: #525252. Windows color (decimal): -2353133 or 1251548. OLE color: 1251548.

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

Color convert

RGB 220 24 19 -
CMYK 0 0.89 0.91 0.14
HSL 1.49º 0.84% 0.47% -
HSV(B) 1.49º 0.91% 0.86% -
XYZ 29.96 15.92 2.11 -
YUV 82.03 92.43 226.41 -
System Red Green Blue C M Y K H S L
Decimal 220 24 19 0 0.89 0.91 0.14 1.49 0.84 0.47
Hex DC 18 13 0 59 5B E 1 54 2F
Octal 334 30 23 0 131 133 16 1 124 57
Binary 11011100 11000 10011 0 1011001 1011011 1110 1 1010100 101111

Color Harmonies of #DC1813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1813

Black with #DC1813

Text Example


Text Example

White with #DC1813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1813; }

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

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

background-color css

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

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

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

border-color css

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

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

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