Html Css Color HEX #DB3718 Harley Davidson Orange

📋 copy color: '#DB3718'

red 219 ◦ green 55 ◦ blue 24

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

Shades of Harley Davidson Orange #DB3718

Tints of Harley Davidson Orange #DB3718

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.46%

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

R = 73.49%
G = 18.46%
B = 8.05%

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

#DB3718 (or 0xDB3718) is known color: Harley Davidson Orange. HEX triplet: DB, 37 and 18. RGB value is (219,55,24). Sum of RGB (Red+Green+Blue) = 219+55+24=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3718 is #24C8E7. Grayscale: #646464. Windows color (decimal): -2410728 or 1587163. OLE color: 1587163.

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

Color convert

RGB 219 55 24 -
CMYK 0 0.75 0.89 0.14
HSL 9.54º 0.8% 0.48% -
HSV(B) 9.54º 0.89% 0.86% -
XYZ 30.74 17.86 2.69 -
YUV 100.5 84.83 212.52 -
System Red Green Blue C M Y K H S L
Decimal 219 55 24 0 0.75 0.89 0.14 9.54 0.8 0.48
Hex DB 37 18 0 4B 59 E A 50 30
Octal 333 67 30 0 113 131 16 12 120 60
Binary 11011011 110111 11000 0 1001011 1011001 1110 1010 1010000 110000

Color Harmonies of #DB3718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3718

Black with #DB3718

Text Example


Text Example

White with #DB3718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3718; }

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

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

background-color css

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

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

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

border-color css

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

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

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