Html Css Color HEX #DB2902 Harley Davidson Orange

📋 copy color: '#DB2902'

red 219 ◦ green 41 ◦ blue 2

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

Shades of Harley Davidson Orange #DB2902

Tints of Harley Davidson Orange #DB2902

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.65%

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 83.59%
G = 15.65%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB2902 (or 0xDB2902) is known color: Harley Davidson Orange. HEX triplet: DB, 29 and 02. RGB value is (219,41,2). Sum of RGB (Red+Green+Blue) = 219+41+2=262 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.59% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2902 is #24D6FD. Grayscale: #5A5A5A. Windows color (decimal): -2414334 or 141787. OLE color: 141787.

HSL color Cylindrical-coordinate representation of color #DB2902: hue angle of 10.78º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB2902 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 41 2 -
CMYK 0 0.81 0.99 0.14
HSL 10.78º 0.98% 0.43% -
HSV(B) 10.78º 0.99% 0.86% -
XYZ 30.02 16.65 1.69 -
YUV 89.78 78.47 220.17 -
System Red Green Blue C M Y K H S L
Decimal 219 41 2 0 0.81 0.99 0.14 10.78 0.98 0.43
Hex DB 29 2 0 51 63 E B 62 2B
Octal 333 51 2 0 121 143 16 13 142 53
Binary 11011011 101001 10 0 1010001 1100011 1110 1011 1100010 101011

Color Harmonies of #DB2902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2902

Black with #DB2902

Text Example


Text Example

White with #DB2902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2902; }

 p { color: rgb(219,41,2); }

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

background-color css

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

 a { background-color: rgb(219,41,2); }

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

border-color css

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

 span { border-color: rgb(219,41,2); }

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