Html Css Color HEX #DB2306 Harley Davidson Orange

📋 copy color: '#DB2306'

red 219 ◦ green 35 ◦ blue 6

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

Shades of Harley Davidson Orange #DB2306

Tints of Harley Davidson Orange #DB2306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.31%

R = 84.23%
G = 13.46%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB2306 (or 0xDB2306) is known color: Harley Davidson Orange. HEX triplet: DB, 23 and 06. RGB value is (219,35,6). Sum of RGB (Red+Green+Blue) = 219+35+6=260 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.23% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2306 is #24DCF9. Grayscale: #575757. Windows color (decimal): -2415866 or 402395. OLE color: 402395.

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

Color convert

RGB 219 35 6 -
CMYK 0 0.84 0.97 0.14
HSL 8.17º 0.95% 0.44% -
HSV(B) 8.17º 0.97% 0.86% -
XYZ 29.85 16.28 1.74 -
YUV 86.71 82.46 222.36 -
System Red Green Blue C M Y K H S L
Decimal 219 35 6 0 0.84 0.97 0.14 8.17 0.95 0.44
Hex DB 23 6 0 54 61 E 8 5F 2C
Octal 333 43 6 0 124 141 16 10 137 54
Binary 11011011 100011 110 0 1010100 1100001 1110 1000 1011111 101100

Color Harmonies of #DB2306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2306

Black with #DB2306

Text Example


Text Example

White with #DB2306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2306; }

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

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

background-color css

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

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

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

border-color css

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

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

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