Html Css Color HEX #DB360B Harley Davidson Orange

📋 copy color: '#DB360B'

red 219 ◦ green 54 ◦ blue 11

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

Shades of Harley Davidson Orange #DB360B

Tints of Harley Davidson Orange #DB360B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.87%

R = 77.11%
G = 19.01%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB360B (or 0xDB360B) is known color: Harley Davidson Orange. HEX triplet: DB, 36 and 0B. RGB value is (219,54,11). Sum of RGB (Red+Green+Blue) = 219+54+11=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB360B is #24C9F4. Grayscale: #626262. Windows color (decimal): -2410997 or 734939. OLE color: 734939.

HSL color Cylindrical-coordinate representation of color #DB360B: hue angle of 12.4º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB360B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 54 11 -
CMYK 0 0.75 0.95 0.14
HSL 12.4º 0.9% 0.45% -
HSV(B) 12.4º 0.95% 0.86% -
XYZ 30.59 17.72 2.12 -
YUV 98.43 78.66 214 -
System Red Green Blue C M Y K H S L
Decimal 219 54 11 0 0.75 0.95 0.14 12.4 0.9 0.45
Hex DB 36 B 0 4B 5F E C 5A 2D
Octal 333 66 13 0 113 137 16 14 132 55
Binary 11011011 110110 1011 0 1001011 1011111 1110 1100 1011010 101101

Color Harmonies of #DB360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB360B

Black with #DB360B

Text Example


Text Example

White with #DB360B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB360B; }

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

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

background-color css

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

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

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

border-color css

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

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

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