Html Css Color HEX #DB2319 Harley Davidson Orange

📋 copy color: '#DB2319'

red 219 ◦ green 35 ◦ blue 25

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

Shades of Harley Davidson Orange #DB2319

Tints of Harley Davidson Orange #DB2319

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.54%

 BLUE value IS 25 (10.16% from 255) = 8.96%

R = 78.49%
G = 12.54%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB2319 (or 0xDB2319) is known color: Harley Davidson Orange. HEX triplet: DB, 23 and 19. RGB value is (219,35,25). Sum of RGB (Red+Green+Blue) = 219+35+25=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2319 is #24DCE6. Grayscale: #595959. Windows color (decimal): -2415847 or 1647579. OLE color: 1647579.

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

Color convert

RGB 219 35 25 -
CMYK 0 0.84 0.89 0.14
HSL 3.09º 0.8% 0.48% -
HSV(B) 3.09º 0.89% 0.86% -
XYZ 29.99 16.33 2.49 -
YUV 88.88 91.96 220.81 -
System Red Green Blue C M Y K H S L
Decimal 219 35 25 0 0.84 0.89 0.14 3.09 0.8 0.48
Hex DB 23 19 0 54 59 E 3 50 30
Octal 333 43 31 0 124 131 16 3 120 60
Binary 11011011 100011 11001 0 1010100 1011001 1110 11 1010000 110000

Color Harmonies of #DB2319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2319

Black with #DB2319

Text Example


Text Example

White with #DB2319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2319; }

 p { color: rgb(219,35,25); }

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

background-color css

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

 a { background-color: rgb(219,35,25); }

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

border-color css

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

 span { border-color: rgb(219,35,25); }

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