Html Css Color HEX #DB3208 Harley Davidson Orange

📋 copy color: '#DB3208'

red 219 ◦ green 50 ◦ blue 8

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

Shades of Harley Davidson Orange #DB3208

Tints of Harley Davidson Orange #DB3208

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.05%

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

R = 79.06%
G = 18.05%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB3208 (or 0xDB3208) is known color: Harley Davidson Orange. HEX triplet: DB, 32 and 08. RGB value is (219,50,8). Sum of RGB (Red+Green+Blue) = 219+50+8=277 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.06% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3208 is #24CDF7. Grayscale: #606060. Windows color (decimal): -2412024 or 537307. OLE color: 537307.

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

Color convert

RGB 219 50 8 -
CMYK 0 0.77 0.96 0.14
HSL 11.94º 0.93% 0.45% -
HSV(B) 11.94º 0.96% 0.86% -
XYZ 30.4 17.36 1.98 -
YUV 95.74 78.49 215.92 -
System Red Green Blue C M Y K H S L
Decimal 219 50 8 0 0.77 0.96 0.14 11.94 0.93 0.45
Hex DB 32 8 0 4D 60 E C 5D 2D
Octal 333 62 10 0 115 140 16 14 135 55
Binary 11011011 110010 1000 0 1001101 1100000 1110 1100 1011101 101101

Color Harmonies of #DB3208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3208

Black with #DB3208

Text Example


Text Example

White with #DB3208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3208; }

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

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

background-color css

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

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

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

border-color css

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

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

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