Html Css Color HEX #DB2503 Harley Davidson Orange

📋 copy color: '#DB2503'

red 219 ◦ green 37 ◦ blue 3

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

Shades of Harley Davidson Orange #DB2503

Tints of Harley Davidson Orange #DB2503

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.29%

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

R = 84.56%
G = 14.29%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB2503 (or 0xDB2503) is known color: Harley Davidson Orange. HEX triplet: DB, 25 and 03. RGB value is (219,37,3). Sum of RGB (Red+Green+Blue) = 219+37+3=259 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.56% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2503 is #24DAFC. Grayscale: #575757. Windows color (decimal): -2415357 or 206299. OLE color: 206299.

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

Color convert

RGB 219 37 3 -
CMYK 0 0.83 0.99 0.14
HSL 9.44º 0.97% 0.44% -
HSV(B) 9.44º 0.99% 0.86% -
XYZ 29.89 16.39 1.67 -
YUV 87.54 80.3 221.76 -
System Red Green Blue C M Y K H S L
Decimal 219 37 3 0 0.83 0.99 0.14 9.44 0.97 0.44
Hex DB 25 3 0 53 63 E 9 61 2C
Octal 333 45 3 0 123 143 16 11 141 54
Binary 11011011 100101 11 0 1010011 1100011 1110 1001 1100001 101100

Color Harmonies of #DB2503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2503

Black with #DB2503

Text Example


Text Example

White with #DB2503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2503; }

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

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

background-color css

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

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

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

border-color css

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

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

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