Html Css Color HEX #DB3600 Harley Davidson Orange

📋 copy color: '#DB3600'

red 219 ◦ green 54 ◦ blue 0

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

Shades of Harley Davidson Orange #DB3600

Tints of Harley Davidson Orange #DB3600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.78%

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

R = 80.22%
G = 19.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DB3600 (or 0xDB3600) is known color: Harley Davidson Orange. HEX triplet: DB, 36 and 00. RGB value is (219,54,0). Sum of RGB (Red+Green+Blue) = 219+54+0=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3600 is #24C9FF. Grayscale: #616161. Windows color (decimal): -2411008 or 14043. OLE color: 14043.

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

Color convert

RGB 219 54 0 -
CMYK 0 0.75 1 0.14
HSL 14.79º 1% 0.43% -
HSV(B) 14.79º 1% 0.86% -
XYZ 30.53 17.7 1.81 -
YUV 97.18 73.16 214.89 -
System Red Green Blue C M Y K H S L
Decimal 219 54 0 0 0.75 1 0.14 14.79 1 0.43
Hex DB 36 0 0 4B 64 E F 64 2B
Octal 333 66 0 0 113 144 16 17 144 53
Binary 11011011 110110 0 0 1001011 1100100 1110 1111 1100100 101011

Color Harmonies of #DB3600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3600

Black with #DB3600

Text Example


Text Example

White with #DB3600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3600; }

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

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

background-color css

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

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

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

border-color css

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

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

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