Html Css Color HEX #DB2D1C Harley Davidson Orange

📋 copy color: '#DB2D1C'

red 219 ◦ green 45 ◦ blue 28

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

Shades of Harley Davidson Orange #DB2D1C

Tints of Harley Davidson Orange #DB2D1C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.41%

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

R = 75%
G = 15.41%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB2D1C (or 0xDB2D1C) is known color: Harley Davidson Orange. HEX triplet: DB, 2D and 1C. RGB value is (219,45,28). Sum of RGB (Red+Green+Blue) = 219+45+28=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2D1C is #24D2E3. Grayscale: #5F5F5F. Windows color (decimal): -2413284 or 1846747. OLE color: 1846747.

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

Color convert

RGB 219 45 28 -
CMYK 0 0.79 0.87 0.14
HSL 5.34º 0.77% 0.48% -
HSV(B) 5.34º 0.87% 0.86% -
XYZ 30.36 17.02 2.78 -
YUV 95.09 90.15 216.38 -
System Red Green Blue C M Y K H S L
Decimal 219 45 28 0 0.79 0.87 0.14 5.34 0.77 0.48
Hex DB 2D 1C 0 4F 57 E 5 4D 30
Octal 333 55 34 0 117 127 16 5 115 60
Binary 11011011 101101 11100 0 1001111 1010111 1110 101 1001101 110000

Color Harmonies of #DB2D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2D1C

Black with #DB2D1C

Text Example


Text Example

White with #DB2D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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