Html Css Color HEX #DB2612 Harley Davidson Orange

📋 copy color: '#DB2612'

red 219 ◦ green 38 ◦ blue 18

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

Shades of Harley Davidson Orange #DB2612

Tints of Harley Davidson Orange #DB2612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.82%

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

R = 79.64%
G = 13.82%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB2612 (or 0xDB2612) is known color: Harley Davidson Orange. HEX triplet: DB, 26 and 12. RGB value is (219,38,18). Sum of RGB (Red+Green+Blue) = 219+38+18=275 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.64% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2612 is #24D9ED. Grayscale: #5A5A5A. Windows color (decimal): -2415086 or 1189595. OLE color: 1189595.

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

Color convert

RGB 219 38 18 -
CMYK 0 0.83 0.92 0.14
HSL 5.97º 0.85% 0.46% -
HSV(B) 5.97º 0.92% 0.86% -
XYZ 30.02 16.49 2.17 -
YUV 89.84 87.47 220.13 -
System Red Green Blue C M Y K H S L
Decimal 219 38 18 0 0.83 0.92 0.14 5.97 0.85 0.46
Hex DB 26 12 0 53 5C E 6 55 2E
Octal 333 46 22 0 123 134 16 6 125 56
Binary 11011011 100110 10010 0 1010011 1011100 1110 110 1010101 101110

Color Harmonies of #DB2612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2612

Black with #DB2612

Text Example


Text Example

White with #DB2612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2612; }

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

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

background-color css

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

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

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

border-color css

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

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

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