Html Css Color HEX #DB3618 Harley Davidson Orange

📋 copy color: '#DB3618'

red 219 ◦ green 54 ◦ blue 24

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

Shades of Harley Davidson Orange #DB3618

Tints of Harley Davidson Orange #DB3618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.08%

R = 73.74%
G = 18.18%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB3618 (or 0xDB3618) is known color: Harley Davidson Orange. HEX triplet: DB, 36 and 18. RGB value is (219,54,24). Sum of RGB (Red+Green+Blue) = 219+54+24=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3618 is #24C9E7. Grayscale: #646464. Windows color (decimal): -2410984 or 1586907. OLE color: 1586907.

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

Color convert

RGB 219 54 24 -
CMYK 0 0.75 0.89 0.14
HSL 9.23º 0.8% 0.48% -
HSV(B) 9.23º 0.89% 0.86% -
XYZ 30.7 17.76 2.68 -
YUV 99.92 85.16 212.94 -
System Red Green Blue C M Y K H S L
Decimal 219 54 24 0 0.75 0.89 0.14 9.23 0.8 0.48
Hex DB 36 18 0 4B 59 E 9 50 30
Octal 333 66 30 0 113 131 16 11 120 60
Binary 11011011 110110 11000 0 1001011 1011001 1110 1001 1010000 110000

Color Harmonies of #DB3618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3618

Black with #DB3618

Text Example


Text Example

White with #DB3618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3618; }

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

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

background-color css

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

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

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

border-color css

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

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

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