Html Css Color HEX #DA1E15 Harley Davidson Orange

📋 copy color: '#DA1E15'

red 218 ◦ green 30 ◦ blue 21

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

Shades of Harley Davidson Orange #DA1E15

Tints of Harley Davidson Orange #DA1E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.81%

R = 81.04%
G = 11.15%
B = 7.81%

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

#DA1E15 (or 0xDA1E15) is known color: Harley Davidson Orange. HEX triplet: DA, 1E and 15. RGB value is (218,30,21). Sum of RGB (Red+Green+Blue) = 218+30+21=269 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.04% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1E15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1E15 is #25E1EA. Grayscale: #555555. Windows color (decimal): -2482667 or 1384154. OLE color: 1384154.

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

Color convert

RGB 218 30 21 -
CMYK 0 0.86 0.90 0.15
HSL 2.74º 0.82% 0.47% -
HSV(B) 2.74º 0.9% 0.85% -
XYZ 29.51 15.89 2.22 -
YUV 85.19 91.78 222.73 -
System Red Green Blue C M Y K H S L
Decimal 218 30 21 0 0.86 0.90 0.15 2.74 0.82 0.47
Hex DA 1E 15 0 56 5A F 3 52 2F
Octal 332 36 25 0 126 132 17 3 122 57
Binary 11011010 11110 10101 0 1010110 1011010 1111 11 1010010 101111

Color Harmonies of #DA1E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1E15

Black with #DA1E15

Text Example


Text Example

White with #DA1E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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