Html Css Color HEX #DB441A Harley Davidson Orange

📋 copy color: '#DB441A'

red 219 ◦ green 68 ◦ blue 26

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

Shades of Harley Davidson Orange #DB441A

Tints of Harley Davidson Orange #DB441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.73%

 BLUE value IS 26 (10.55% from 255) = 8.31%

R = 69.97%
G = 21.73%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB441A (or 0xDB441A) is known color: Harley Davidson Orange. HEX triplet: DB, 44 and 1A. RGB value is (219,68,26). Sum of RGB (Red+Green+Blue) = 219+68+26=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB441A is #24BBE5. Grayscale: #6C6C6C. Windows color (decimal): -2407398 or 1721563. OLE color: 1721563.

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

Color convert

RGB 219 68 26 -
CMYK 0 0.69 0.88 0.14
HSL 13.06º 0.79% 0.48% -
HSV(B) 13.06º 0.88% 0.86% -
XYZ 31.47 19.27 3.04 -
YUV 108.36 81.53 206.92 -
System Red Green Blue C M Y K H S L
Decimal 219 68 26 0 0.69 0.88 0.14 13.06 0.79 0.48
Hex DB 44 1A 0 45 58 E D 4F 30
Octal 333 104 32 0 105 130 16 15 117 60
Binary 11011011 1000100 11010 0 1000101 1011000 1110 1101 1001111 110000

Color Harmonies of #DB441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB441A

Black with #DB441A

Text Example


Text Example

White with #DB441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB441A; }

 p { color: rgb(219,68,26); }

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

background-color css

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

 a { background-color: rgb(219,68,26); }

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

border-color css

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

 span { border-color: rgb(219,68,26); }

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