Html Css Color HEX #DB2404 Harley Davidson Orange

📋 copy color: '#DB2404'

red 219 ◦ green 36 ◦ blue 4

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

Shades of Harley Davidson Orange #DB2404

Tints of Harley Davidson Orange #DB2404

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.9%

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 84.56%
G = 13.9%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB2404 (or 0xDB2404) is known color: Harley Davidson Orange. HEX triplet: DB, 24 and 04. RGB value is (219,36,4). Sum of RGB (Red+Green+Blue) = 219+36+4=259 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.56% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2404 is #24DBFB. Grayscale: #575757. Windows color (decimal): -2415612 or 271579. OLE color: 271579.

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

Color convert

RGB 219 36 4 -
CMYK 0 0.84 0.98 0.14
HSL 8.93º 0.96% 0.44% -
HSV(B) 8.93º 0.98% 0.86% -
XYZ 29.87 16.33 1.69 -
YUV 87.07 81.13 222.1 -
System Red Green Blue C M Y K H S L
Decimal 219 36 4 0 0.84 0.98 0.14 8.93 0.96 0.44
Hex DB 24 4 0 54 62 E 9 60 2C
Octal 333 44 4 0 124 142 16 11 140 54
Binary 11011011 100100 100 0 1010100 1100010 1110 1001 1100000 101100

Color Harmonies of #DB2404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2404

Black with #DB2404

Text Example


Text Example

White with #DB2404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2404; }

 p { color: rgb(219,36,4); }

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

background-color css

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

 a { background-color: rgb(219,36,4); }

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

border-color css

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

 span { border-color: rgb(219,36,4); }

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