Html Css Color HEX #DB1C13 Harley Davidson Orange

📋 copy color: '#DB1C13'

red 219 ◦ green 28 ◦ blue 19

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

Shades of Harley Davidson Orange #DB1C13

Tints of Harley Davidson Orange #DB1C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.14%

R = 82.33%
G = 10.53%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB1C13 (or 0xDB1C13) is known color: Harley Davidson Orange. HEX triplet: DB, 1C and 13. RGB value is (219,28,19). Sum of RGB (Red+Green+Blue) = 219+28+19=266 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.33% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1C13 is #24E3EC. Grayscale: #545454. Windows color (decimal): -2417645 or 1252571. OLE color: 1252571.

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

Color convert

RGB 219 28 19 -
CMYK 0 0.87 0.91 0.14
HSL 2.7º 0.84% 0.47% -
HSV(B) 2.7º 0.91% 0.86% -
XYZ 29.75 15.94 2.12 -
YUV 84.08 91.28 224.23 -
System Red Green Blue C M Y K H S L
Decimal 219 28 19 0 0.87 0.91 0.14 2.7 0.84 0.47
Hex DB 1C 13 0 57 5B E 3 54 2F
Octal 333 34 23 0 127 133 16 3 124 57
Binary 11011011 11100 10011 0 1010111 1011011 1110 11 1010100 101111

Color Harmonies of #DB1C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1C13

Black with #DB1C13

Text Example


Text Example

White with #DB1C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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