Html Css Color HEX #DB2C17 Harley Davidson Orange

📋 copy color: '#DB2C17'

red 219 ◦ green 44 ◦ blue 23

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

Shades of Harley Davidson Orange #DB2C17

Tints of Harley Davidson Orange #DB2C17

RGB

 RED value IS 219 (85.94% from 255) = 76.57%

 GREEN value IS 44 (17.58% from 255) = 15.38%

 BLUE value IS 23 (9.38% from 255) = 8.04%

R = 76.57%
G = 15.38%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB2C17 (or 0xDB2C17) is known color: Harley Davidson Orange. HEX triplet: DB, 2C and 17. RGB value is (219,44,23). Sum of RGB (Red+Green+Blue) = 219+44+23=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2C17 is #24D3E8. Grayscale: #5E5E5E. Windows color (decimal): -2413545 or 1518811. OLE color: 1518811.

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

Color convert

RGB 219 44 23 -
CMYK 0 0.80 0.89 0.14
HSL 6.43º 0.81% 0.47% -
HSV(B) 6.43º 0.89% 0.86% -
XYZ 30.27 16.92 2.48 -
YUV 93.93 87.98 217.21 -
System Red Green Blue C M Y K H S L
Decimal 219 44 23 0 0.80 0.89 0.14 6.43 0.81 0.47
Hex DB 2C 17 0 50 59 E 6 51 2F
Octal 333 54 27 0 120 131 16 6 121 57
Binary 11011011 101100 10111 0 1010000 1011001 1110 110 1010001 101111

Color Harmonies of #DB2C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2C17

Black with #DB2C17

Text Example


Text Example

White with #DB2C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2C17; }

 p { color: rgb(219,44,23); }

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

background-color css

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

 a { background-color: rgb(219,44,23); }

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

border-color css

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

 span { border-color: rgb(219,44,23); }

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