Html Css Color HEX #DB2713 Harley Davidson Orange

📋 copy color: '#DB2713'

red 219 ◦ green 39 ◦ blue 19

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

Shades of Harley Davidson Orange #DB2713

Tints of Harley Davidson Orange #DB2713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.86%

R = 79.06%
G = 14.08%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB2713 (or 0xDB2713) is known color: Harley Davidson Orange. HEX triplet: DB, 27 and 13. RGB value is (219,39,19). Sum of RGB (Red+Green+Blue) = 219+39+19=277 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.06% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2713 is #24D8EC. Grayscale: #5A5A5A. Windows color (decimal): -2414829 or 1255387. OLE color: 1255387.

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

Color convert

RGB 219 39 19 -
CMYK 0 0.82 0.91 0.14
HSL 0.84% 0.47% -
HSV(B) 0.91% 0.86% -
XYZ 30.06 16.56 2.23 -
YUV 90.54 87.63 219.63 -
System Red Green Blue C M Y K H S L
Decimal 219 39 19 0 0.82 0.91 0.14 6 0.84 0.47
Hex DB 27 13 0 52 5B E 6 54 2F
Octal 333 47 23 0 122 133 16 6 124 57
Binary 11011011 100111 10011 0 1010010 1011011 1110 110 1010100 101111

Color Harmonies of #DB2713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2713

Black with #DB2713

Text Example


Text Example

White with #DB2713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2713; }

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

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

background-color css

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

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

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

border-color css

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

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

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