Html Css Color HEX #DB2402 Harley Davidson Orange

📋 copy color: '#DB2402'

red 219 ◦ green 36 ◦ blue 2

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

Shades of Harley Davidson Orange #DB2402

Tints of Harley Davidson Orange #DB2402

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.01%

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

R = 85.21%
G = 14.01%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB2402 (or 0xDB2402) is known color: Harley Davidson Orange. HEX triplet: DB, 24 and 02. RGB value is (219,36,2). Sum of RGB (Red+Green+Blue) = 219+36+2=257 (34% of max value = 765). Red value is 219 (85.94% from 255 or 85.21% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2402 is #24DBFD. Grayscale: #575757. Windows color (decimal): -2415614 or 140507. OLE color: 140507.

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

Color convert

RGB 219 36 2 -
CMYK 0 0.84 0.99 0.14
HSL 9.4º 0.98% 0.43% -
HSV(B) 9.4º 0.99% 0.86% -
XYZ 29.86 16.33 1.64 -
YUV 86.84 80.13 222.26 -
System Red Green Blue C M Y K H S L
Decimal 219 36 2 0 0.84 0.99 0.14 9.4 0.98 0.43
Hex DB 24 2 0 54 63 E 9 62 2B
Octal 333 44 2 0 124 143 16 11 142 53
Binary 11011011 100100 10 0 1010100 1100011 1110 1001 1100010 101011

Color Harmonies of #DB2402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2402

Black with #DB2402

Text Example


Text Example

White with #DB2402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2402; }

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

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

background-color css

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

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

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

border-color css

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

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

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