Html Css Color HEX #DB2F03 Harley Davidson Orange

📋 copy color: '#DB2F03'

red 219 ◦ green 47 ◦ blue 3

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

Shades of Harley Davidson Orange #DB2F03

Tints of Harley Davidson Orange #DB2F03

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.47%

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

R = 81.41%
G = 17.47%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB2F03 (or 0xDB2F03) is known color: Harley Davidson Orange. HEX triplet: DB, 2F and 03. RGB value is (219,47,3). Sum of RGB (Red+Green+Blue) = 219+47+3=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2F03 is #24D0FC. Grayscale: #5D5D5D. Windows color (decimal): -2412797 or 208859. OLE color: 208859.

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

Color convert

RGB 219 47 3 -
CMYK 0 0.79 0.99 0.14
HSL 12.22º 0.97% 0.44% -
HSV(B) 12.22º 0.99% 0.86% -
XYZ 30.25 17.1 1.79 -
YUV 93.41 76.98 217.58 -
System Red Green Blue C M Y K H S L
Decimal 219 47 3 0 0.79 0.99 0.14 12.22 0.97 0.44
Hex DB 2F 3 0 4F 63 E C 61 2C
Octal 333 57 3 0 117 143 16 14 141 54
Binary 11011011 101111 11 0 1001111 1100011 1110 1100 1100001 101100

Color Harmonies of #DB2F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2F03

Black with #DB2F03

Text Example


Text Example

White with #DB2F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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