Html Css Color HEX #DB3304 Harley Davidson Orange

📋 copy color: '#DB3304'

red 219 ◦ green 51 ◦ blue 4

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

Shades of Harley Davidson Orange #DB3304

Tints of Harley Davidson Orange #DB3304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.61%

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

R = 79.93%
G = 18.61%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB3304 (or 0xDB3304) is known color: Harley Davidson Orange. HEX triplet: DB, 33 and 04. RGB value is (219,51,4). Sum of RGB (Red+Green+Blue) = 219+51+4=274 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.93% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3304 is #24CCFB. Grayscale: #606060. Windows color (decimal): -2411772 or 275419. OLE color: 275419.

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

Color convert

RGB 219 51 4 -
CMYK 0 0.77 0.98 0.14
HSL 13.12º 0.96% 0.44% -
HSV(B) 13.12º 0.98% 0.86% -
XYZ 30.42 17.44 1.88 -
YUV 95.87 76.16 215.82 -
System Red Green Blue C M Y K H S L
Decimal 219 51 4 0 0.77 0.98 0.14 13.12 0.96 0.44
Hex DB 33 4 0 4D 62 E D 60 2C
Octal 333 63 4 0 115 142 16 15 140 54
Binary 11011011 110011 100 0 1001101 1100010 1110 1101 1100000 101100

Color Harmonies of #DB3304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3304

Black with #DB3304

Text Example


Text Example

White with #DB3304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3304; }

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

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

background-color css

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

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

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

border-color css

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

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

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