Html Css Color HEX #DB3C1C Harley Davidson Orange

📋 copy color: '#DB3C1C'

red 219 ◦ green 60 ◦ blue 28

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

Shades of Harley Davidson Orange #DB3C1C

Tints of Harley Davidson Orange #DB3C1C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.54%

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

R = 71.34%
G = 19.54%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB3C1C (or 0xDB3C1C) is known color: Harley Davidson Orange. HEX triplet: DB, 3C and 1C. RGB value is (219,60,28). Sum of RGB (Red+Green+Blue) = 219+60+28=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3C1C is #24C3E3. Grayscale: #686868. Windows color (decimal): -2409444 or 1850587. OLE color: 1850587.

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

Color convert

RGB 219 60 28 -
CMYK 0 0.73 0.87 0.14
HSL 10.05º 0.77% 0.48% -
HSV(B) 10.05º 0.87% 0.86% -
XYZ 31.04 18.38 3.01 -
YUV 103.89 85.18 210.1 -
System Red Green Blue C M Y K H S L
Decimal 219 60 28 0 0.73 0.87 0.14 10.05 0.77 0.48
Hex DB 3C 1C 0 49 57 E A 4D 30
Octal 333 74 34 0 111 127 16 12 115 60
Binary 11011011 111100 11100 0 1001001 1010111 1110 1010 1001101 110000

Color Harmonies of #DB3C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3C1C

Black with #DB3C1C

Text Example


Text Example

White with #DB3C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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