Html Css Color HEX #DB461C Harley Davidson Orange

📋 copy color: '#DB461C'

red 219 ◦ green 70 ◦ blue 28

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

Shades of Harley Davidson Orange #DB461C

Tints of Harley Davidson Orange #DB461C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.08%

 BLUE value IS 28 (11.33% from 255) = 8.83%

R = 69.09%
G = 22.08%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB461C (or 0xDB461C) is known color: Harley Davidson Orange. HEX triplet: DB, 46 and 1C. RGB value is (219,70,28). Sum of RGB (Red+Green+Blue) = 219+70+28=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB461C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB461C is #24B9E3. Grayscale: #6E6E6E. Windows color (decimal): -2406884 or 1853147. OLE color: 1853147.

HSL color Cylindrical-coordinate representation of color #DB461C: hue angle of 13.19º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB461C is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 70 28 -
CMYK 0 0.68 0.87 0.14
HSL 13.19º 0.77% 0.48% -
HSV(B) 13.19º 0.87% 0.86% -
XYZ 31.61 19.52 3.2 -
YUV 109.76 81.86 205.92 -
System Red Green Blue C M Y K H S L
Decimal 219 70 28 0 0.68 0.87 0.14 13.19 0.77 0.48
Hex DB 46 1C 0 44 57 E D 4D 30
Octal 333 106 34 0 104 127 16 15 115 60
Binary 11011011 1000110 11100 0 1000100 1010111 1110 1101 1001101 110000

Color Harmonies of #DB461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB461C

Black with #DB461C

Text Example


Text Example

White with #DB461C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB461C; }

 p { color: rgb(219,70,28); }

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

background-color css

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

 a { background-color: rgb(219,70,28); }

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

border-color css

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

 span { border-color: rgb(219,70,28); }

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