Html Css Color HEX #DB2F1E Harley Davidson Orange

📋 copy color: '#DB2F1E'

red 219 ◦ green 47 ◦ blue 30

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

Shades of Harley Davidson Orange #DB2F1E

Tints of Harley Davidson Orange #DB2F1E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.88%

 BLUE value IS 30 (12.11% from 255) = 10.14%

R = 73.99%
G = 15.88%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB2F1E (or 0xDB2F1E) is known color: Harley Davidson Orange. HEX triplet: DB, 2F and 1E. RGB value is (219,47,30). Sum of RGB (Red+Green+Blue) = 219+47+30=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2F1E is #24D0E1. Grayscale: #606060. Windows color (decimal): -2412770 or 1978331. OLE color: 1978331.

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

Color convert

RGB 219 47 30 -
CMYK 0 0.79 0.86 0.14
HSL 5.4º 0.76% 0.49% -
HSV(B) 5.4º 0.86% 0.86% -
XYZ 30.46 17.19 2.94 -
YUV 96.49 90.48 215.38 -
System Red Green Blue C M Y K H S L
Decimal 219 47 30 0 0.79 0.86 0.14 5.4 0.76 0.49
Hex DB 2F 1E 0 4F 56 E 5 4C 31
Octal 333 57 36 0 117 126 16 5 114 61
Binary 11011011 101111 11110 0 1001111 1010110 1110 101 1001100 110001

Color Harmonies of #DB2F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2F1E

Black with #DB2F1E

Text Example


Text Example

White with #DB2F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2F1E; }

 p { color: rgb(219,47,30); }

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

background-color css

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

 a { background-color: rgb(219,47,30); }

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

border-color css

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

 span { border-color: rgb(219,47,30); }

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