Html Css Color HEX #DB3818 Harley Davidson Orange

📋 copy color: '#DB3818'

red 219 ◦ green 56 ◦ blue 24

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

Shades of Harley Davidson Orange #DB3818

Tints of Harley Davidson Orange #DB3818

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.73%

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

R = 73.24%
G = 18.73%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB3818 (or 0xDB3818) is known color: Harley Davidson Orange. HEX triplet: DB, 38 and 18. RGB value is (219,56,24). Sum of RGB (Red+Green+Blue) = 219+56+24=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3818 is #24C7E7. Grayscale: #656565. Windows color (decimal): -2410472 or 1587419. OLE color: 1587419.

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

Color convert

RGB 219 56 24 -
CMYK 0 0.74 0.89 0.14
HSL 9.85º 0.8% 0.48% -
HSV(B) 9.85º 0.89% 0.86% -
XYZ 30.79 17.95 2.71 -
YUV 101.09 84.5 212.1 -
System Red Green Blue C M Y K H S L
Decimal 219 56 24 0 0.74 0.89 0.14 9.85 0.8 0.48
Hex DB 38 18 0 4A 59 E A 50 30
Octal 333 70 30 0 112 131 16 12 120 60
Binary 11011011 111000 11000 0 1001010 1011001 1110 1010 1010000 110000

Color Harmonies of #DB3818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3818

Black with #DB3818

Text Example


Text Example

White with #DB3818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3818; }

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

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

background-color css

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

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

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

border-color css

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

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

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