Html Css Color HEX #DA1806 Harley Davidson Orange

📋 copy color: '#DA1806'

red 218 ◦ green 24 ◦ blue 6

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

Shades of Harley Davidson Orange #DA1806

Tints of Harley Davidson Orange #DA1806

RGB

 RED value IS 218 (85.55% from 255) = 87.9%

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

 BLUE value IS 6 (2.73% from 255) = 2.42%

R = 87.9%
G = 9.68%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA1806 (or 0xDA1806) is known color: Harley Davidson Orange. HEX triplet: DA, 18 and 06. RGB value is (218,24,6). Sum of RGB (Red+Green+Blue) = 218+24+6=248 (32% of max value = 765). Red value is 218 (85.55% from 255 or 87.90% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1806 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1806 is #25E7F9. Grayscale: #505050. Windows color (decimal): -2484218 or 399578. OLE color: 399578.

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

Color convert

RGB 218 24 6 -
CMYK 0 0.89 0.97 0.15
HSL 5.09º 0.95% 0.44% -
HSV(B) 5.09º 0.97% 0.85% -
XYZ 29.27 15.57 1.64 -
YUV 79.95 86.27 226.46 -
System Red Green Blue C M Y K H S L
Decimal 218 24 6 0 0.89 0.97 0.15 5.09 0.95 0.44
Hex DA 18 6 0 59 61 F 5 5F 2C
Octal 332 30 6 0 131 141 17 5 137 54
Binary 11011010 11000 110 0 1011001 1100001 1111 101 1011111 101100

Color Harmonies of #DA1806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1806

Black with #DA1806

Text Example


Text Example

White with #DA1806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1806; }

 p { color: rgb(218,24,6); }

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

background-color css

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

 a { background-color: rgb(218,24,6); }

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

border-color css

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

 span { border-color: rgb(218,24,6); }

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