Html Css Color HEX #DB1C02 Harley Davidson Orange

📋 copy color: '#DB1C02'

red 219 ◦ green 28 ◦ blue 2

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

Shades of Harley Davidson Orange #DB1C02

Tints of Harley Davidson Orange #DB1C02

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.24%

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

R = 87.95%
G = 11.24%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB1C02 (or 0xDB1C02) is known color: Harley Davidson Orange. HEX triplet: DB, 1C and 02. RGB value is (219,28,2). Sum of RGB (Red+Green+Blue) = 219+28+2=249 (32% of max value = 765). Red value is 219 (85.94% from 255 or 87.95% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1C02 is #24E3FD. Grayscale: #525252. Windows color (decimal): -2417662 or 138459. OLE color: 138459.

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

Color convert

RGB 219 28 2 -
CMYK 0 0.87 0.99 0.14
HSL 7.19º 0.98% 0.43% -
HSV(B) 7.19º 0.99% 0.86% -
XYZ 29.64 15.89 1.56 -
YUV 82.15 82.78 225.61 -
System Red Green Blue C M Y K H S L
Decimal 219 28 2 0 0.87 0.99 0.14 7.19 0.98 0.43
Hex DB 1C 2 0 57 63 E 7 62 2B
Octal 333 34 2 0 127 143 16 7 142 53
Binary 11011011 11100 10 0 1010111 1100011 1110 111 1100010 101011

Color Harmonies of #DB1C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1C02

Black with #DB1C02

Text Example


Text Example

White with #DB1C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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