Html Css Color HEX #DB3203 Harley Davidson Orange

📋 copy color: '#DB3203'

red 219 ◦ green 50 ◦ blue 3

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

Shades of Harley Davidson Orange #DB3203

Tints of Harley Davidson Orange #DB3203

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.38%

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

R = 80.51%
G = 18.38%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB3203 (or 0xDB3203) is known color: Harley Davidson Orange. HEX triplet: DB, 32 and 03. RGB value is (219,50,3). Sum of RGB (Red+Green+Blue) = 219+50+3=272 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.51% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3203 is #24CDFC. Grayscale: #5F5F5F. Windows color (decimal): -2412029 or 209627. OLE color: 209627.

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

Color convert

RGB 219 50 3 -
CMYK 0 0.77 0.99 0.14
HSL 13.06º 0.97% 0.44% -
HSV(B) 13.06º 0.99% 0.86% -
XYZ 30.37 17.35 1.83 -
YUV 95.17 75.99 216.32 -
System Red Green Blue C M Y K H S L
Decimal 219 50 3 0 0.77 0.99 0.14 13.06 0.97 0.44
Hex DB 32 3 0 4D 63 E D 61 2C
Octal 333 62 3 0 115 143 16 15 141 54
Binary 11011011 110010 11 0 1001101 1100011 1110 1101 1100001 101100

Color Harmonies of #DB3203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3203

Black with #DB3203

Text Example


Text Example

White with #DB3203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3203; }

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

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

background-color css

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

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

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

border-color css

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

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

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