Html Css Color HEX #DB4002 Harley Davidson Orange

📋 copy color: '#DB4002'

red 219 ◦ green 64 ◦ blue 2

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

Shades of Harley Davidson Orange #DB4002

Tints of Harley Davidson Orange #DB4002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.46%

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 76.84%
G = 22.46%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB4002 (or 0xDB4002) is known color: Harley Davidson Orange. HEX triplet: DB, 40 and 02. RGB value is (219,64,2). Sum of RGB (Red+Green+Blue) = 219+64+2=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4002 is #24BFFD. Grayscale: #676767. Windows color (decimal): -2408446 or 147675. OLE color: 147675.

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

Color convert

RGB 219 64 2 -
CMYK 0 0.71 0.99 0.14
HSL 17.14º 0.98% 0.43% -
HSV(B) 17.14º 0.99% 0.86% -
XYZ 31.06 18.73 2.04 -
YUV 103.28 70.85 210.54 -
System Red Green Blue C M Y K H S L
Decimal 219 64 2 0 0.71 0.99 0.14 17.14 0.98 0.43
Hex DB 40 2 0 47 63 E 11 62 2B
Octal 333 100 2 0 107 143 16 21 142 53
Binary 11011011 1000000 10 0 1000111 1100011 1110 10001 1100010 101011

Color Harmonies of #DB4002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4002

Black with #DB4002

Text Example


Text Example

White with #DB4002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4002; }

 p { color: rgb(219,64,2); }

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

background-color css

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

 a { background-color: rgb(219,64,2); }

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

border-color css

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

 span { border-color: rgb(219,64,2); }

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