Html Css Color HEX #DA1E06 Harley Davidson Orange

📋 copy color: '#DA1E06'

red 218 ◦ green 30 ◦ blue 6

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

Shades of Harley Davidson Orange #DA1E06

Tints of Harley Davidson Orange #DA1E06

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.81%

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

R = 85.83%
G = 11.81%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA1E06 (or 0xDA1E06) is known color: Harley Davidson Orange. HEX triplet: DA, 1E and 06. RGB value is (218,30,6). Sum of RGB (Red+Green+Blue) = 218+30+6=254 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.83% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1E06 is #25E1F9. Grayscale: #535353. Windows color (decimal): -2482682 or 401114. OLE color: 401114.

HSL color Cylindrical-coordinate representation of color #DA1E06: hue angle of 6.79º 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 #DA1E06 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 30 6 -
CMYK 0 0.86 0.97 0.15
HSL 6.79º 0.95% 0.44% -
HSV(B) 6.79º 0.97% 0.85% -
XYZ 29.41 15.85 1.68 -
YUV 83.48 84.28 223.95 -
System Red Green Blue C M Y K H S L
Decimal 218 30 6 0 0.86 0.97 0.15 6.79 0.95 0.44
Hex DA 1E 6 0 56 61 F 7 5F 2C
Octal 332 36 6 0 126 141 17 7 137 54
Binary 11011010 11110 110 0 1010110 1100001 1111 111 1011111 101100

Color Harmonies of #DA1E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1E06

Black with #DA1E06

Text Example


Text Example

White with #DA1E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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