Html Css Color HEX #DB271B Harley Davidson Orange

📋 copy color: '#DB271B'

red 219 ◦ green 39 ◦ blue 27

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

Shades of Harley Davidson Orange #DB271B

Tints of Harley Davidson Orange #DB271B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.68%

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

R = 76.84%
G = 13.68%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB271B (or 0xDB271B) is known color: Harley Davidson Orange. HEX triplet: DB, 27 and 1B. RGB value is (219,39,27). Sum of RGB (Red+Green+Blue) = 219+39+27=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB271B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB271B is #24D8E4. Grayscale: #5B5B5B. Windows color (decimal): -2414821 or 1779675. OLE color: 1779675.

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

Color convert

RGB 219 39 27 -
CMYK 0 0.82 0.88 0.14
HSL 3.75º 0.78% 0.48% -
HSV(B) 3.75º 0.88% 0.86% -
XYZ 30.14 16.59 2.65 -
YUV 91.45 91.63 218.98 -
System Red Green Blue C M Y K H S L
Decimal 219 39 27 0 0.82 0.88 0.14 3.75 0.78 0.48
Hex DB 27 1B 0 52 58 E 4 4E 30
Octal 333 47 33 0 122 130 16 4 116 60
Binary 11011011 100111 11011 0 1010010 1011000 1110 100 1001110 110000

Color Harmonies of #DB271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB271B

Black with #DB271B

Text Example


Text Example

White with #DB271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB271B; }

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

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

background-color css

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

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

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

border-color css

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

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

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