Html Css Color HEX #DB450B Harley Davidson Orange

📋 copy color: '#DB450B'

red 219 ◦ green 69 ◦ blue 11

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

Shades of Harley Davidson Orange #DB450B

Tints of Harley Davidson Orange #DB450B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.68%

R = 73.24%
G = 23.08%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB450B (or 0xDB450B) is known color: Harley Davidson Orange. HEX triplet: DB, 45 and 0B. RGB value is (219,69,11). Sum of RGB (Red+Green+Blue) = 219+69+11=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB450B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB450B is #24BAF4. Grayscale: #6B6B6B. Windows color (decimal): -2407157 or 738779. OLE color: 738779.

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

Color convert

RGB 219 69 11 -
CMYK 0 0.68 0.95 0.14
HSL 16.73º 0.9% 0.45% -
HSV(B) 16.73º 0.95% 0.86% -
XYZ 31.4 19.34 2.39 -
YUV 107.24 73.7 207.72 -
System Red Green Blue C M Y K H S L
Decimal 219 69 11 0 0.68 0.95 0.14 16.73 0.9 0.45
Hex DB 45 B 0 44 5F E 11 5A 2D
Octal 333 105 13 0 104 137 16 21 132 55
Binary 11011011 1000101 1011 0 1000100 1011111 1110 10001 1011010 101101

Color Harmonies of #DB450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB450B

Black with #DB450B

Text Example


Text Example

White with #DB450B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB450B; }

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

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

background-color css

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

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

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

border-color css

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

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

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