Html Css Color HEX #DA2815 Harley Davidson Orange

📋 copy color: '#DA2815'

red 218 ◦ green 40 ◦ blue 21

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

Shades of Harley Davidson Orange #DA2815

Tints of Harley Davidson Orange #DA2815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.34%

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

R = 78.14%
G = 14.34%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA2815 (or 0xDA2815) is known color: Harley Davidson Orange. HEX triplet: DA, 28 and 15. RGB value is (218,40,21). Sum of RGB (Red+Green+Blue) = 218+40+21=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2815 is #25D7EA. Grayscale: #5B5B5B. Windows color (decimal): -2480107 or 1386714. OLE color: 1386714.

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

Color convert

RGB 218 40 21 -
CMYK 0 0.82 0.90 0.15
HSL 5.79º 0.82% 0.47% -
HSV(B) 5.79º 0.9% 0.85% -
XYZ 29.81 16.48 2.32 -
YUV 91.06 88.47 218.54 -
System Red Green Blue C M Y K H S L
Decimal 218 40 21 0 0.82 0.90 0.15 5.79 0.82 0.47
Hex DA 28 15 0 52 5A F 6 52 2F
Octal 332 50 25 0 122 132 17 6 122 57
Binary 11011010 101000 10101 0 1010010 1011010 1111 110 1010010 101111

Color Harmonies of #DA2815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2815

Black with #DA2815

Text Example


Text Example

White with #DA2815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2815; }

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

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

background-color css

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

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

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

border-color css

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

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

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