Html Css Color HEX #DB3613 Harley Davidson Orange

📋 copy color: '#DB3613'

red 219 ◦ green 54 ◦ blue 19

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

Shades of Harley Davidson Orange #DB3613

Tints of Harley Davidson Orange #DB3613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.49%

 BLUE value IS 19 (7.81% from 255) = 6.51%

R = 75%
G = 18.49%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB3613 (or 0xDB3613) is known color: Harley Davidson Orange. HEX triplet: DB, 36 and 13. RGB value is (219,54,19). Sum of RGB (Red+Green+Blue) = 219+54+19=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3613 is #24C9EC. Grayscale: #636363. Windows color (decimal): -2410989 or 1259227. OLE color: 1259227.

HSL color Cylindrical-coordinate representation of color #DB3613: hue angle of 10.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB3613 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 54 19 -
CMYK 0 0.75 0.91 0.14
HSL 10.5º 0.84% 0.47% -
HSV(B) 10.5º 0.91% 0.86% -
XYZ 30.65 17.75 2.43 -
YUV 99.35 82.66 213.35 -
System Red Green Blue C M Y K H S L
Decimal 219 54 19 0 0.75 0.91 0.14 10.5 0.84 0.47
Hex DB 36 13 0 4B 5B E A 54 2F
Octal 333 66 23 0 113 133 16 12 124 57
Binary 11011011 110110 10011 0 1001011 1011011 1110 1010 1010100 101111

Color Harmonies of #DB3613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3613

Black with #DB3613

Text Example


Text Example

White with #DB3613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3613; }

 p { color: rgb(219,54,19); }

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

background-color css

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

 a { background-color: rgb(219,54,19); }

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

border-color css

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

 span { border-color: rgb(219,54,19); }

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