Html Css Color HEX #DB180C Harley Davidson Orange

📋 copy color: '#DB180C'

red 219 ◦ green 24 ◦ blue 12

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

Shades of Harley Davidson Orange #DB180C

Tints of Harley Davidson Orange #DB180C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.71%

R = 85.88%
G = 9.41%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB180C (or 0xDB180C) is known color: Harley Davidson Orange. HEX triplet: DB, 18 and 0C. RGB value is (219,24,12). Sum of RGB (Red+Green+Blue) = 219+24+12=255 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.88% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 219 - color contains mainly: red. Hex color #DB180C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB180C is #24E7F3. Grayscale: #515151. Windows color (decimal): -2418676 or 792795. OLE color: 792795.

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

Color convert

RGB 219 24 12 -
CMYK 0 0.89 0.95 0.14
HSL 3.48º 0.9% 0.45% -
HSV(B) 3.48º 0.95% 0.86% -
XYZ 29.61 15.74 1.83 -
YUV 80.94 89.1 226.48 -
System Red Green Blue C M Y K H S L
Decimal 219 24 12 0 0.89 0.95 0.14 3.48 0.9 0.45
Hex DB 18 C 0 59 5F E 3 5A 2D
Octal 333 30 14 0 131 137 16 3 132 55
Binary 11011011 11000 1100 0 1011001 1011111 1110 11 1011010 101101

Color Harmonies of #DB180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB180C

Black with #DB180C

Text Example


Text Example

White with #DB180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB180C; }

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

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

background-color css

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

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

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

border-color css

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

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

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