Html Css Color HEX #DB1D04 Harley Davidson Orange

📋 copy color: '#DB1D04'

red 219 ◦ green 29 ◦ blue 4

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

Shades of Harley Davidson Orange #DB1D04

Tints of Harley Davidson Orange #DB1D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.51%

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

R = 86.9%
G = 11.51%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB1D04 (or 0xDB1D04) is known color: Harley Davidson Orange. HEX triplet: DB, 1D and 04. RGB value is (219,29,4). Sum of RGB (Red+Green+Blue) = 219+29+4=252 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.90% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1D04 is #24E2FB. Grayscale: #535353. Windows color (decimal): -2417404 or 269787. OLE color: 269787.

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

Color convert

RGB 219 29 4 -
CMYK 0 0.87 0.98 0.14
HSL 6.98º 0.96% 0.44% -
HSV(B) 6.98º 0.98% 0.86% -
XYZ 29.67 15.95 1.63 -
YUV 82.96 83.45 225.03 -
System Red Green Blue C M Y K H S L
Decimal 219 29 4 0 0.87 0.98 0.14 6.98 0.96 0.44
Hex DB 1D 4 0 57 62 E 7 60 2C
Octal 333 35 4 0 127 142 16 7 140 54
Binary 11011011 11101 100 0 1010111 1100010 1110 111 1100000 101100

Color Harmonies of #DB1D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1D04

Black with #DB1D04

Text Example


Text Example

White with #DB1D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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