Html Css Color HEX #DB180D Harley Davidson Orange

📋 copy color: '#DB180D'

red 219 ◦ green 24 ◦ blue 13

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

Shades of Harley Davidson Orange #DB180D

Tints of Harley Davidson Orange #DB180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.38%

 BLUE value IS 13 (5.47% from 255) = 5.08%

R = 85.55%
G = 9.38%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB180D (or 0xDB180D) is known color: Harley Davidson Orange. HEX triplet: DB, 18 and 0D. RGB value is (219,24,13). Sum of RGB (Red+Green+Blue) = 219+24+13=256 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.55% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 219 - color contains mainly: red. Hex color #DB180D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB180D is #24E7F2. Grayscale: #515151. Windows color (decimal): -2418675 or 858331. OLE color: 858331.

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

Color convert

RGB 219 24 13 -
CMYK 0 0.89 0.94 0.14
HSL 3.2º 0.89% 0.45% -
HSV(B) 3.2º 0.94% 0.86% -
XYZ 29.61 15.74 1.86 -
YUV 81.05 89.6 226.39 -
System Red Green Blue C M Y K H S L
Decimal 219 24 13 0 0.89 0.94 0.14 3.2 0.89 0.45
Hex DB 18 D 0 59 5E E 3 59 2D
Octal 333 30 15 0 131 136 16 3 131 55
Binary 11011011 11000 1101 0 1011001 1011110 1110 11 1011001 101101

Color Harmonies of #DB180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB180D

Black with #DB180D

Text Example


Text Example

White with #DB180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB180D; }

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

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

background-color css

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

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

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

border-color css

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

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

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