Html Css Color HEX #DB471B Harley Davidson Orange

📋 copy color: '#DB471B'

red 219 ◦ green 71 ◦ blue 27

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

Shades of Harley Davidson Orange #DB471B

Tints of Harley Davidson Orange #DB471B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.4%

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

R = 69.09%
G = 22.4%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB471B (or 0xDB471B) is known color: Harley Davidson Orange. HEX triplet: DB, 47 and 1B. RGB value is (219,71,27). Sum of RGB (Red+Green+Blue) = 219+71+27=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB471B is #24B8E4. Grayscale: #6E6E6E. Windows color (decimal): -2406629 or 1787867. OLE color: 1787867.

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

Color convert

RGB 219 71 27 -
CMYK 0 0.68 0.88 0.14
HSL 13.75º 0.78% 0.48% -
HSV(B) 13.75º 0.88% 0.86% -
XYZ 31.66 19.65 3.16 -
YUV 110.24 81.03 205.58 -
System Red Green Blue C M Y K H S L
Decimal 219 71 27 0 0.68 0.88 0.14 13.75 0.78 0.48
Hex DB 47 1B 0 44 58 E E 4E 30
Octal 333 107 33 0 104 130 16 16 116 60
Binary 11011011 1000111 11011 0 1000100 1011000 1110 1110 1001110 110000

Color Harmonies of #DB471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB471B

Black with #DB471B

Text Example


Text Example

White with #DB471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB471B; }

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

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

background-color css

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

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

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

border-color css

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

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

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