Html Css Color HEX #DB1C14 Harley Davidson Orange

📋 copy color: '#DB1C14'

red 219 ◦ green 28 ◦ blue 20

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

Shades of Harley Davidson Orange #DB1C14

Tints of Harley Davidson Orange #DB1C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.49%

R = 82.02%
G = 10.49%
B = 7.49%

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

#DB1C14 (or 0xDB1C14) is known color: Harley Davidson Orange. HEX triplet: DB, 1C and 14. RGB value is (219,28,20). Sum of RGB (Red+Green+Blue) = 219+28+20=267 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.02% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1C14 is #24E3EB. Grayscale: #545454. Windows color (decimal): -2417644 or 1318107. OLE color: 1318107.

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

Color convert

RGB 219 28 20 -
CMYK 0 0.87 0.91 0.14
HSL 2.41º 0.83% 0.47% -
HSV(B) 2.41º 0.91% 0.86% -
XYZ 29.75 15.94 2.17 -
YUV 84.2 91.78 224.15 -
System Red Green Blue C M Y K H S L
Decimal 219 28 20 0 0.87 0.91 0.14 2.41 0.83 0.47
Hex DB 1C 14 0 57 5B E 2 53 2F
Octal 333 34 24 0 127 133 16 2 123 57
Binary 11011011 11100 10100 0 1010111 1011011 1110 10 1010011 101111

Color Harmonies of #DB1C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1C14

Black with #DB1C14

Text Example


Text Example

White with #DB1C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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