Html Css Color HEX #DB3410 Harley Davidson Orange

📋 copy color: '#DB3410'

red 219 ◦ green 52 ◦ blue 16

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

Shades of Harley Davidson Orange #DB3410

Tints of Harley Davidson Orange #DB3410

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.12%

 BLUE value IS 16 (6.64% from 255) = 5.57%

R = 76.31%
G = 18.12%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB3410 (or 0xDB3410) is known color: Harley Davidson Orange. HEX triplet: DB, 34 and 10. RGB value is (219,52,16). Sum of RGB (Red+Green+Blue) = 219+52+16=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3410 is #24CBEF. Grayscale: #626262. Windows color (decimal): -2411504 or 1062107. OLE color: 1062107.

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

Color convert

RGB 219 52 16 -
CMYK 0 0.76 0.93 0.14
HSL 10.64º 0.86% 0.46% -
HSV(B) 10.64º 0.93% 0.86% -
XYZ 30.53 17.55 2.27 -
YUV 97.83 81.83 214.43 -
System Red Green Blue C M Y K H S L
Decimal 219 52 16 0 0.76 0.93 0.14 10.64 0.86 0.46
Hex DB 34 10 0 4C 5D E B 56 2E
Octal 333 64 20 0 114 135 16 13 126 56
Binary 11011011 110100 10000 0 1001100 1011101 1110 1011 1010110 101110

Color Harmonies of #DB3410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3410

Black with #DB3410

Text Example


Text Example

White with #DB3410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3410; }

 p { color: rgb(219,52,16); }

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

background-color css

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

 a { background-color: rgb(219,52,16); }

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

border-color css

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

 span { border-color: rgb(219,52,16); }

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