Html Css Color HEX #DB3200 Harley Davidson Orange

📋 copy color: '#DB3200'

red 219 ◦ green 50 ◦ blue 0

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

Shades of Harley Davidson Orange #DB3200

Tints of Harley Davidson Orange #DB3200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.41%
G = 18.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DB3200 (or 0xDB3200) is known color: Harley Davidson Orange. HEX triplet: DB, 32 and 00. RGB value is (219,50,0). Sum of RGB (Red+Green+Blue) = 219+50+0=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3200 is #24CDFF. Grayscale: #5F5F5F. Windows color (decimal): -2412032 or 13019. OLE color: 13019.

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

Color convert

RGB 219 50 0 -
CMYK 0 0.77 1 0.14
HSL 13.7º 1% 0.43% -
HSV(B) 13.7º 1% 0.86% -
XYZ 30.35 17.34 1.75 -
YUV 94.83 74.49 216.57 -
System Red Green Blue C M Y K H S L
Decimal 219 50 0 0 0.77 1 0.14 13.7 1 0.43
Hex DB 32 0 0 4D 64 E E 64 2B
Octal 333 62 0 0 115 144 16 16 144 53
Binary 11011011 110010 0 0 1001101 1100100 1110 1110 1100100 101011

Color Harmonies of #DB3200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3200

Black with #DB3200

Text Example


Text Example

White with #DB3200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3200; }

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

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

background-color css

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

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

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

border-color css

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

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

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