Html Css Color HEX #DB4C1B Harley Davidson Orange

📋 copy color: '#DB4C1B'

red 219 ◦ green 76 ◦ blue 27

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

Shades of Harley Davidson Orange #DB4C1B

Tints of Harley Davidson Orange #DB4C1B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.6%

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

R = 68.01%
G = 23.6%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB4C1B (or 0xDB4C1B) is known color: Harley Davidson Orange. HEX triplet: DB, 4C and 1B. RGB value is (219,76,27). Sum of RGB (Red+Green+Blue) = 219+76+27=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4C1B is #24B3E4. Grayscale: #717171. Windows color (decimal): -2405349 or 1789147. OLE color: 1789147.

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

Color convert

RGB 219 76 27 -
CMYK 0 0.65 0.88 0.14
HSL 15.31º 0.78% 0.48% -
HSV(B) 15.31º 0.88% 0.86% -
XYZ 32 20.31 3.27 -
YUV 113.17 79.38 203.48 -
System Red Green Blue C M Y K H S L
Decimal 219 76 27 0 0.65 0.88 0.14 15.31 0.78 0.48
Hex DB 4C 1B 0 41 58 E F 4E 30
Octal 333 114 33 0 101 130 16 17 116 60
Binary 11011011 1001100 11011 0 1000001 1011000 1110 1111 1001110 110000

Color Harmonies of #DB4C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4C1B

Black with #DB4C1B

Text Example


Text Example

White with #DB4C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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