Html Css Color HEX #DB1807 Harley Davidson Orange

📋 copy color: '#DB1807'

red 219 ◦ green 24 ◦ blue 7

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

Shades of Harley Davidson Orange #DB1807

Tints of Harley Davidson Orange #DB1807

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.6%

 BLUE value IS 7 (3.13% from 255) = 2.8%

R = 87.6%
G = 9.6%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB1807 (or 0xDB1807) is known color: Harley Davidson Orange. HEX triplet: DB, 18 and 07. RGB value is (219,24,7). Sum of RGB (Red+Green+Blue) = 219+24+7=250 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.6% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1807 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1807 is #24E7F8. Grayscale: #505050. Windows color (decimal): -2418681 or 465115. OLE color: 465115.

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

Color convert

RGB 219 24 7 -
CMYK 0 0.89 0.97 0.14
HSL 4.81º 0.94% 0.44% -
HSV(B) 4.81º 0.97% 0.86% -
XYZ 29.58 15.73 1.68 -
YUV 80.37 86.6 226.88 -
System Red Green Blue C M Y K H S L
Decimal 219 24 7 0 0.89 0.97 0.14 4.81 0.94 0.44
Hex DB 18 7 0 59 61 E 5 5E 2C
Octal 333 30 7 0 131 141 16 5 136 54
Binary 11011011 11000 111 0 1011001 1100001 1110 101 1011110 101100

Color Harmonies of #DB1807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1807

Black with #DB1807

Text Example


Text Example

White with #DB1807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1807; }

 p { color: rgb(219,24,7); }

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

background-color css

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

 a { background-color: rgb(219,24,7); }

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

border-color css

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

 span { border-color: rgb(219,24,7); }

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