Html Css Color HEX #DB3614 Harley Davidson Orange

📋 copy color: '#DB3614'

red 219 ◦ green 54 ◦ blue 20

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

Shades of Harley Davidson Orange #DB3614

Tints of Harley Davidson Orange #DB3614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.83%

R = 74.74%
G = 18.43%
B = 6.83%

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

#DB3614 (or 0xDB3614) is known color: Harley Davidson Orange. HEX triplet: DB, 36 and 14. RGB value is (219,54,20). Sum of RGB (Red+Green+Blue) = 219+54+20=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3614 is #24C9EB. Grayscale: #636363. Windows color (decimal): -2410988 or 1324763. OLE color: 1324763.

HSL color Cylindrical-coordinate representation of color #DB3614: hue angle of 10.25º degrees, saturation: 0.83, 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 #DB3614 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 54 20 -
CMYK 0 0.75 0.91 0.14
HSL 10.25º 0.83% 0.47% -
HSV(B) 10.25º 0.91% 0.86% -
XYZ 30.66 17.75 2.47 -
YUV 99.46 83.16 213.26 -
System Red Green Blue C M Y K H S L
Decimal 219 54 20 0 0.75 0.91 0.14 10.25 0.83 0.47
Hex DB 36 14 0 4B 5B E A 53 2F
Octal 333 66 24 0 113 133 16 12 123 57
Binary 11011011 110110 10100 0 1001011 1011011 1110 1010 1010011 101111

Color Harmonies of #DB3614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3614

Black with #DB3614

Text Example


Text Example

White with #DB3614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3614; }

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

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

background-color css

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

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

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

border-color css

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

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

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