Html Css Color HEX #DA1E16 Harley Davidson Orange

📋 copy color: '#DA1E16'

red 218 ◦ green 30 ◦ blue 22

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

Shades of Harley Davidson Orange #DA1E16

Tints of Harley Davidson Orange #DA1E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.15%

R = 80.74%
G = 11.11%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA1E16 (or 0xDA1E16) is known color: Harley Davidson Orange. HEX triplet: DA, 1E and 16. RGB value is (218,30,22). Sum of RGB (Red+Green+Blue) = 218+30+22=270 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.74% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1E16 is #25E1E9. Grayscale: #555555. Windows color (decimal): -2482666 or 1449690. OLE color: 1449690.

HSL color Cylindrical-coordinate representation of color #DA1E16: hue angle of 2.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1E16 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 30 22 -
CMYK 0 0.86 0.90 0.15
HSL 2.45º 0.82% 0.47% -
HSV(B) 2.45º 0.9% 0.85% -
XYZ 29.52 15.89 2.27 -
YUV 85.3 92.28 222.65 -
System Red Green Blue C M Y K H S L
Decimal 218 30 22 0 0.86 0.90 0.15 2.45 0.82 0.47
Hex DA 1E 16 0 56 5A F 2 52 2F
Octal 332 36 26 0 126 132 17 2 122 57
Binary 11011010 11110 10110 0 1010110 1011010 1111 10 1010010 101111

Color Harmonies of #DA1E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1E16

Black with #DA1E16

Text Example


Text Example

White with #DA1E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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