Html Css Color HEX #DB2312 Harley Davidson Orange

📋 copy color: '#DB2312'

red 219 ◦ green 35 ◦ blue 18

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

Shades of Harley Davidson Orange #DB2312

Tints of Harley Davidson Orange #DB2312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.87%

 BLUE value IS 18 (7.42% from 255) = 6.62%

R = 80.51%
G = 12.87%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB2312 (or 0xDB2312) is known color: Harley Davidson Orange. HEX triplet: DB, 23 and 12. RGB value is (219,35,18). Sum of RGB (Red+Green+Blue) = 219+35+18=272 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.51% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2312 is #24DCED. Grayscale: #585858. Windows color (decimal): -2415854 or 1188827. OLE color: 1188827.

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

Color convert

RGB 219 35 18 -
CMYK 0 0.84 0.92 0.14
HSL 5.07º 0.85% 0.46% -
HSV(B) 5.07º 0.92% 0.86% -
XYZ 29.92 16.31 2.14 -
YUV 88.08 88.46 221.38 -
System Red Green Blue C M Y K H S L
Decimal 219 35 18 0 0.84 0.92 0.14 5.07 0.85 0.46
Hex DB 23 12 0 54 5C E 5 55 2E
Octal 333 43 22 0 124 134 16 5 125 56
Binary 11011011 100011 10010 0 1010100 1011100 1110 101 1010101 101110

Color Harmonies of #DB2312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2312

Black with #DB2312

Text Example


Text Example

White with #DB2312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2312; }

 p { color: rgb(219,35,18); }

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

background-color css

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

 a { background-color: rgb(219,35,18); }

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

border-color css

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

 span { border-color: rgb(219,35,18); }

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