Html Css Color HEX #DB4318 Harley Davidson Orange

📋 copy color: '#DB4318'

red 219 ◦ green 67 ◦ blue 24

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

Shades of Harley Davidson Orange #DB4318

Tints of Harley Davidson Orange #DB4318

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.61%

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

R = 70.65%
G = 21.61%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB4318 (or 0xDB4318) is known color: Harley Davidson Orange. HEX triplet: DB, 43 and 18. RGB value is (219,67,24). Sum of RGB (Red+Green+Blue) = 219+67+24=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4318 is #24BCE7. Grayscale: #6B6B6B. Windows color (decimal): -2407656 or 1590235. OLE color: 1590235.

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

Color convert

RGB 219 67 24 -
CMYK 0 0.69 0.89 0.14
HSL 13.23º 0.8% 0.48% -
HSV(B) 13.23º 0.89% 0.86% -
XYZ 31.39 19.14 2.9 -
YUV 107.55 80.86 207.5 -
System Red Green Blue C M Y K H S L
Decimal 219 67 24 0 0.69 0.89 0.14 13.23 0.8 0.48
Hex DB 43 18 0 45 59 E D 50 30
Octal 333 103 30 0 105 131 16 15 120 60
Binary 11011011 1000011 11000 0 1000101 1011001 1110 1101 1010000 110000

Color Harmonies of #DB4318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4318

Black with #DB4318

Text Example


Text Example

White with #DB4318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4318; }

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

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

background-color css

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

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

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

border-color css

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

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

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