Html Css Color HEX #DC1713 Harley Davidson Orange

📋 copy color: '#DC1713'

red 220 ◦ green 23 ◦ blue 19

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

Shades of Harley Davidson Orange #DC1713

Tints of Harley Davidson Orange #DC1713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.78%

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

R = 83.97%
G = 8.78%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC1713 (or 0xDC1713) is known color: Harley Davidson Orange. HEX triplet: DC, 17 and 13. RGB value is (220,23,19). Sum of RGB (Red+Green+Blue) = 220+23+19=262 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.97% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1713 is #23E8EC. Grayscale: #515151. Windows color (decimal): -2353389 or 1251292. OLE color: 1251292.

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

Color convert

RGB 220 23 19 -
CMYK 0 0.90 0.91 0.14
HSL 1.19º 0.84% 0.47% -
HSV(B) 1.19º 0.91% 0.86% -
XYZ 29.94 15.88 2.1 -
YUV 81.45 92.77 226.83 -
System Red Green Blue C M Y K H S L
Decimal 220 23 19 0 0.90 0.91 0.14 1.19 0.84 0.47
Hex DC 17 13 0 5A 5B E 1 54 2F
Octal 334 27 23 0 132 133 16 1 124 57
Binary 11011100 10111 10011 0 1011010 1011011 1110 1 1010100 101111

Color Harmonies of #DC1713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1713

Black with #DC1713

Text Example


Text Example

White with #DC1713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1713; }

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

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

background-color css

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

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

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

border-color css

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

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

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