Html Css Color HEX #DB1C03 Harley Davidson Orange

📋 copy color: '#DB1C03'

red 219 ◦ green 28 ◦ blue 3

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

Shades of Harley Davidson Orange #DB1C03

Tints of Harley Davidson Orange #DB1C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 87.6%
G = 11.2%
B = 1.2%

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

#DB1C03 (or 0xDB1C03) is known color: Harley Davidson Orange. HEX triplet: DB, 1C and 03. RGB value is (219,28,3). Sum of RGB (Red+Green+Blue) = 219+28+3=250 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.6% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1C03 is #24E3FC. Grayscale: #525252. Windows color (decimal): -2417661 or 203995. OLE color: 203995.

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

Color convert

RGB 219 28 3 -
CMYK 0 0.87 0.99 0.14
HSL 6.94º 0.97% 0.44% -
HSV(B) 6.94º 0.99% 0.86% -
XYZ 29.65 15.9 1.59 -
YUV 82.26 83.28 225.53 -
System Red Green Blue C M Y K H S L
Decimal 219 28 3 0 0.87 0.99 0.14 6.94 0.97 0.44
Hex DB 1C 3 0 57 63 E 7 61 2C
Octal 333 34 3 0 127 143 16 7 141 54
Binary 11011011 11100 11 0 1010111 1100011 1110 111 1100001 101100

Color Harmonies of #DB1C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1C03

Black with #DB1C03

Text Example


Text Example

White with #DB1C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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