Html Css Color HEX #DC190D Harley Davidson Orange

📋 copy color: '#DC190D'

red 220 ◦ green 25 ◦ blue 13

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

Shades of Harley Davidson Orange #DC190D

Tints of Harley Davidson Orange #DC190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.69%

 BLUE value IS 13 (5.47% from 255) = 5.04%

R = 85.27%
G = 9.69%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC190D (or 0xDC190D) is known color: Harley Davidson Orange. HEX triplet: DC, 19 and 0D. RGB value is (220,25,13). Sum of RGB (Red+Green+Blue) = 220+25+13=258 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.27% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 220 - color contains mainly: red. Hex color #DC190D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC190D is #23E6F2. Grayscale: #525252. Windows color (decimal): -2352883 or 858588. OLE color: 858588.

HSL color Cylindrical-coordinate representation of color #DC190D: hue angle of 3.48º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC190D is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 25 13 -
CMYK 0 0.89 0.94 0.14
HSL 3.48º 0.89% 0.46% -
HSV(B) 3.48º 0.94% 0.86% -
XYZ 29.94 15.94 1.88 -
YUV 81.94 89.1 226.48 -
System Red Green Blue C M Y K H S L
Decimal 220 25 13 0 0.89 0.94 0.14 3.48 0.89 0.46
Hex DC 19 D 0 59 5E E 3 59 2E
Octal 334 31 15 0 131 136 16 3 131 56
Binary 11011100 11001 1101 0 1011001 1011110 1110 11 1011001 101110

Color Harmonies of #DC190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC190D

Black with #DC190D

Text Example


Text Example

White with #DC190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC190D; }

 p { color: rgb(220,25,13); }

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

background-color css

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

 a { background-color: rgb(220,25,13); }

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

border-color css

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

 span { border-color: rgb(220,25,13); }

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