Html Css Color HEX #DB361F Harley Davidson Orange

📋 copy color: '#DB361F'

red 219 ◦ green 54 ◦ blue 31

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

Shades of Harley Davidson Orange #DB361F

Tints of Harley Davidson Orange #DB361F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.2%

R = 72.04%
G = 17.76%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB361F (or 0xDB361F) is known color: Harley Davidson Orange. HEX triplet: DB, 36 and 1F. RGB value is (219,54,31). Sum of RGB (Red+Green+Blue) = 219+54+31=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB361F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB361F is #24C9E0. Grayscale: #646464. Windows color (decimal): -2410977 or 2045659. OLE color: 2045659.

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

Color convert

RGB 219 54 31 -
CMYK 0 0.75 0.86 0.14
HSL 7.34º 0.75% 0.49% -
HSV(B) 7.34º 0.86% 0.86% -
XYZ 30.78 17.8 3.11 -
YUV 100.71 88.66 212.37 -
System Red Green Blue C M Y K H S L
Decimal 219 54 31 0 0.75 0.86 0.14 7.34 0.75 0.49
Hex DB 36 1F 0 4B 56 E 7 4B 31
Octal 333 66 37 0 113 126 16 7 113 61
Binary 11011011 110110 11111 0 1001011 1010110 1110 111 1001011 110001

Color Harmonies of #DB361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB361F

Black with #DB361F

Text Example


Text Example

White with #DB361F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB361F; }

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

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

background-color css

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

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

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

border-color css

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

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

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