Html Css Color HEX #DB441C Harley Davidson Orange

📋 copy color: '#DB441C'

red 219 ◦ green 68 ◦ blue 28

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

Shades of Harley Davidson Orange #DB441C

Tints of Harley Davidson Orange #DB441C

RGB

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

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

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

R = 69.52%
G = 21.59%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB441C (or 0xDB441C) is known color: Harley Davidson Orange. HEX triplet: DB, 44 and 1C. RGB value is (219,68,28). Sum of RGB (Red+Green+Blue) = 219+68+28=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB441C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB441C is #24BBE3. Grayscale: #6C6C6C. Windows color (decimal): -2407396 or 1852635. OLE color: 1852635.

HSL color Cylindrical-coordinate representation of color #DB441C: hue angle of 12.57º 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 #DB441C is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 68 28 -
CMYK 0 0.69 0.87 0.14
HSL 12.57º 0.77% 0.48% -
HSV(B) 12.57º 0.87% 0.86% -
XYZ 31.49 19.28 3.16 -
YUV 108.59 82.53 206.75 -
System Red Green Blue C M Y K H S L
Decimal 219 68 28 0 0.69 0.87 0.14 12.57 0.77 0.48
Hex DB 44 1C 0 45 57 E D 4D 30
Octal 333 104 34 0 105 127 16 15 115 60
Binary 11011011 1000100 11100 0 1000101 1010111 1110 1101 1001101 110000

Color Harmonies of #DB441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB441C

Black with #DB441C

Text Example


Text Example

White with #DB441C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB441C; }

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

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

background-color css

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

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

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

border-color css

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

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

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