Html Css Color HEX #DB271D Harley Davidson Orange

📋 copy color: '#DB271D'

red 219 ◦ green 39 ◦ blue 29

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

Shades of Harley Davidson Orange #DB271D

Tints of Harley Davidson Orange #DB271D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.1%

R = 76.31%
G = 13.59%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB271D (or 0xDB271D) is known color: Harley Davidson Orange. HEX triplet: DB, 27 and 1D. RGB value is (219,39,29). Sum of RGB (Red+Green+Blue) = 219+39+29=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB271D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB271D is #24D8E2. Grayscale: #5B5B5B. Windows color (decimal): -2414819 or 1910747. OLE color: 1910747.

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

Color convert

RGB 219 39 29 -
CMYK 0 0.82 0.87 0.14
HSL 3.16º 0.77% 0.49% -
HSV(B) 3.16º 0.87% 0.86% -
XYZ 30.16 16.6 2.78 -
YUV 91.68 92.63 218.81 -
System Red Green Blue C M Y K H S L
Decimal 219 39 29 0 0.82 0.87 0.14 3.16 0.77 0.49
Hex DB 27 1D 0 52 57 E 3 4D 31
Octal 333 47 35 0 122 127 16 3 115 61
Binary 11011011 100111 11101 0 1010010 1010111 1110 11 1001101 110001

Color Harmonies of #DB271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB271D

Black with #DB271D

Text Example


Text Example

White with #DB271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB271D; }

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

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

background-color css

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

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

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

border-color css

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

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

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