Html Css Color HEX #DB411C Harley Davidson Orange

📋 copy color: '#DB411C'

red 219 ◦ green 65 ◦ blue 28

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

Shades of Harley Davidson Orange #DB411C

Tints of Harley Davidson Orange #DB411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.83%

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

R = 70.19%
G = 20.83%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB411C (or 0xDB411C) is known color: Harley Davidson Orange. HEX triplet: DB, 41 and 1C. RGB value is (219,65,28). Sum of RGB (Red+Green+Blue) = 219+65+28=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB411C is #24BEE3. Grayscale: #6B6B6B. Windows color (decimal): -2408164 or 1851867. OLE color: 1851867.

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

Color convert

RGB 219 65 28 -
CMYK 0 0.70 0.87 0.14
HSL 11.62º 0.77% 0.48% -
HSV(B) 11.62º 0.87% 0.86% -
XYZ 31.31 18.92 3.1 -
YUV 106.83 83.52 208.01 -
System Red Green Blue C M Y K H S L
Decimal 219 65 28 0 0.70 0.87 0.14 11.62 0.77 0.48
Hex DB 41 1C 0 46 57 E C 4D 30
Octal 333 101 34 0 106 127 16 14 115 60
Binary 11011011 1000001 11100 0 1000110 1010111 1110 1100 1001101 110000

Color Harmonies of #DB411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB411C

Black with #DB411C

Text Example


Text Example

White with #DB411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB411C; }

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

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

background-color css

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

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

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

border-color css

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

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

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