Html Css Color HEX #DB450E Harley Davidson Orange

📋 copy color: '#DB450E'

red 219 ◦ green 69 ◦ blue 14

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

Shades of Harley Davidson Orange #DB450E

Tints of Harley Davidson Orange #DB450E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.85%

 BLUE value IS 14 (5.86% from 255) = 4.64%

R = 72.52%
G = 22.85%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB450E (or 0xDB450E) is known color: Harley Davidson Orange. HEX triplet: DB, 45 and 0E. RGB value is (219,69,14). Sum of RGB (Red+Green+Blue) = 219+69+14=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB450E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB450E is #24BAF1. Grayscale: #6B6B6B. Windows color (decimal): -2407154 or 935387. OLE color: 935387.

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

Color convert

RGB 219 69 14 -
CMYK 0 0.68 0.94 0.14
HSL 16.1º 0.88% 0.46% -
HSV(B) 16.1º 0.94% 0.86% -
XYZ 31.42 19.35 2.49 -
YUV 107.58 75.2 207.47 -
System Red Green Blue C M Y K H S L
Decimal 219 69 14 0 0.68 0.94 0.14 16.1 0.88 0.46
Hex DB 45 E 0 44 5E E 10 58 2E
Octal 333 105 16 0 104 136 16 20 130 56
Binary 11011011 1000101 1110 0 1000100 1011110 1110 10000 1011000 101110

Color Harmonies of #DB450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB450E

Black with #DB450E

Text Example


Text Example

White with #DB450E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB450E; }

 p { color: rgb(219,69,14); }

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

background-color css

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

 a { background-color: rgb(219,69,14); }

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

border-color css

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

 span { border-color: rgb(219,69,14); }

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