Html Css Color HEX #DB3003 Harley Davidson Orange

📋 copy color: '#DB3003'

red 219 ◦ green 48 ◦ blue 3

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

Shades of Harley Davidson Orange #DB3003

Tints of Harley Davidson Orange #DB3003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.78%

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 81.11%
G = 17.78%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB3003 (or 0xDB3003) is known color: Harley Davidson Orange. HEX triplet: DB, 30 and 03. RGB value is (219,48,3). Sum of RGB (Red+Green+Blue) = 219+48+3=270 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.11% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3003 is #24CFFC. Grayscale: #5E5E5E. Windows color (decimal): -2412541 or 209115. OLE color: 209115.

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

Color convert

RGB 219 48 3 -
CMYK 0 0.78 0.99 0.14
HSL 12.5º 0.97% 0.44% -
HSV(B) 12.5º 0.99% 0.86% -
XYZ 30.29 17.18 1.81 -
YUV 94 76.65 217.16 -
System Red Green Blue C M Y K H S L
Decimal 219 48 3 0 0.78 0.99 0.14 12.5 0.97 0.44
Hex DB 30 3 0 4E 63 E C 61 2C
Octal 333 60 3 0 116 143 16 14 141 54
Binary 11011011 110000 11 0 1001110 1100011 1110 1100 1100001 101100

Color Harmonies of #DB3003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3003

Black with #DB3003

Text Example


Text Example

White with #DB3003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3003; }

 p { color: rgb(219,48,3); }

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

background-color css

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

 a { background-color: rgb(219,48,3); }

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

border-color css

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

 span { border-color: rgb(219,48,3); }

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