Html Css Color HEX #DB3A04 Harley Davidson Orange

📋 copy color: '#DB3A04'

red 219 ◦ green 58 ◦ blue 4

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

Shades of Harley Davidson Orange #DB3A04

Tints of Harley Davidson Orange #DB3A04

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.64%

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

R = 77.94%
G = 20.64%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB3A04 (or 0xDB3A04) is known color: Harley Davidson Orange. HEX triplet: DB, 3A and 04. RGB value is (219,58,4). Sum of RGB (Red+Green+Blue) = 219+58+4=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3A04 is #24C5FB. Grayscale: #646464. Windows color (decimal): -2409980 or 277211. OLE color: 277211.

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

Color convert

RGB 219 58 4 -
CMYK 0 0.74 0.98 0.14
HSL 15.07º 0.96% 0.44% -
HSV(B) 15.07º 0.98% 0.86% -
XYZ 30.75 18.09 1.99 -
YUV 99.98 73.84 212.89 -
System Red Green Blue C M Y K H S L
Decimal 219 58 4 0 0.74 0.98 0.14 15.07 0.96 0.44
Hex DB 3A 4 0 4A 62 E F 60 2C
Octal 333 72 4 0 112 142 16 17 140 54
Binary 11011011 111010 100 0 1001010 1100010 1110 1111 1100000 101100

Color Harmonies of #DB3A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A04

Black with #DB3A04

Text Example


Text Example

White with #DB3A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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