Html Css Color HEX #DB4108 Harley Davidson Orange

📋 copy color: '#DB4108'

red 219 ◦ green 65 ◦ blue 8

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

Shades of Harley Davidson Orange #DB4108

Tints of Harley Davidson Orange #DB4108

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.26%

 BLUE value IS 8 (3.52% from 255) = 2.74%

R = 75%
G = 22.26%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB4108 (or 0xDB4108) is known color: Harley Davidson Orange. HEX triplet: DB, 41 and 08. RGB value is (219,65,8). Sum of RGB (Red+Green+Blue) = 219+65+8=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4108 is #24BEF7. Grayscale: #686868. Windows color (decimal): -2408184 or 541147. OLE color: 541147.

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

Color convert

RGB 219 65 8 -
CMYK 0 0.70 0.96 0.14
HSL 16.21º 0.93% 0.45% -
HSV(B) 16.21º 0.96% 0.86% -
XYZ 31.15 18.86 2.23 -
YUV 104.55 73.52 209.63 -
System Red Green Blue C M Y K H S L
Decimal 219 65 8 0 0.70 0.96 0.14 16.21 0.93 0.45
Hex DB 41 8 0 46 60 E 10 5D 2D
Octal 333 101 10 0 106 140 16 20 135 55
Binary 11011011 1000001 1000 0 1000110 1100000 1110 10000 1011101 101101

Color Harmonies of #DB4108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4108

Black with #DB4108

Text Example


Text Example

White with #DB4108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4108; }

 p { color: rgb(219,65,8); }

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

background-color css

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

 a { background-color: rgb(219,65,8); }

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

border-color css

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

 span { border-color: rgb(219,65,8); }

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