Html Css Color HEX #DB170A Harley Davidson Orange

📋 copy color: '#DB170A'

red 219 ◦ green 23 ◦ blue 10

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

Shades of Harley Davidson Orange #DB170A

Tints of Harley Davidson Orange #DB170A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.13%

 BLUE value IS 10 (4.3% from 255) = 3.97%

R = 86.9%
G = 9.13%
B = 3.97%

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

#DB170A (or 0xDB170A) is known color: Harley Davidson Orange. HEX triplet: DB, 17 and 0A. RGB value is (219,23,10). Sum of RGB (Red+Green+Blue) = 219+23+10=252 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.90% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 219 - color contains mainly: red. Hex color #DB170A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB170A is #24E8F5. Grayscale: #505050. Windows color (decimal): -2418934 or 661467. OLE color: 661467.

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

Color convert

RGB 219 23 10 -
CMYK 0 0.89 0.95 0.14
HSL 3.73º 0.91% 0.45% -
HSV(B) 3.73º 0.95% 0.86% -
XYZ 29.57 15.69 1.76 -
YUV 80.12 88.43 227.06 -
System Red Green Blue C M Y K H S L
Decimal 219 23 10 0 0.89 0.95 0.14 3.73 0.91 0.45
Hex DB 17 A 0 59 5F E 4 5B 2D
Octal 333 27 12 0 131 137 16 4 133 55
Binary 11011011 10111 1010 0 1011001 1011111 1110 100 1011011 101101

Color Harmonies of #DB170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB170A

Black with #DB170A

Text Example


Text Example

White with #DB170A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB170A; }

 p { color: rgb(219,23,10); }

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

background-color css

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

 a { background-color: rgb(219,23,10); }

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

border-color css

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

 span { border-color: rgb(219,23,10); }

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