Html Css Color HEX #DB361B Harley Davidson Orange

📋 copy color: '#DB361B'

red 219 ◦ green 54 ◦ blue 27

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

Shades of Harley Davidson Orange #DB361B

Tints of Harley Davidson Orange #DB361B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9%

R = 73%
G = 18%
B = 9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB361B (or 0xDB361B) is known color: Harley Davidson Orange. HEX triplet: DB, 36 and 1B. RGB value is (219,54,27). Sum of RGB (Red+Green+Blue) = 219+54+27=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB361B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB361B is #24C9E4. Grayscale: #646464. Windows color (decimal): -2410981 or 1783515. OLE color: 1783515.

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

Color convert

RGB 219 54 27 -
CMYK 0 0.75 0.88 0.14
HSL 8.44º 0.78% 0.48% -
HSV(B) 8.44º 0.88% 0.86% -
XYZ 30.73 17.78 2.85 -
YUV 100.26 86.66 212.7 -
System Red Green Blue C M Y K H S L
Decimal 219 54 27 0 0.75 0.88 0.14 8.44 0.78 0.48
Hex DB 36 1B 0 4B 58 E 8 4E 30
Octal 333 66 33 0 113 130 16 10 116 60
Binary 11011011 110110 11011 0 1001011 1011000 1110 1000 1001110 110000

Color Harmonies of #DB361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB361B

Black with #DB361B

Text Example


Text Example

White with #DB361B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB361B; }

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

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

background-color css

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

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

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

border-color css

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

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

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