Html Css Color HEX #DB2602 Harley Davidson Orange

📋 copy color: '#DB2602'

red 219 ◦ green 38 ◦ blue 2

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

Shades of Harley Davidson Orange #DB2602

Tints of Harley Davidson Orange #DB2602

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.67%

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

R = 84.56%
G = 14.67%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB2602 (or 0xDB2602) is known color: Harley Davidson Orange. HEX triplet: DB, 26 and 02. RGB value is (219,38,2). Sum of RGB (Red+Green+Blue) = 219+38+2=259 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.56% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2602 is #24D9FD. Grayscale: #585858. Windows color (decimal): -2415102 or 141019. OLE color: 141019.

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

Color convert

RGB 219 38 2 -
CMYK 0 0.83 0.99 0.14
HSL 9.95º 0.98% 0.43% -
HSV(B) 9.95º 0.99% 0.86% -
XYZ 29.92 16.45 1.66 -
YUV 88.02 79.47 221.43 -
System Red Green Blue C M Y K H S L
Decimal 219 38 2 0 0.83 0.99 0.14 9.95 0.98 0.43
Hex DB 26 2 0 53 63 E A 62 2B
Octal 333 46 2 0 123 143 16 12 142 53
Binary 11011011 100110 10 0 1010011 1100011 1110 1010 1100010 101011

Color Harmonies of #DB2602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2602

Black with #DB2602

Text Example


Text Example

White with #DB2602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2602; }

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

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

background-color css

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

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

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

border-color css

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

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

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