Html Css Color HEX #DA2115 Harley Davidson Orange

📋 copy color: '#DA2115'

red 218 ◦ green 33 ◦ blue 21

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

Shades of Harley Davidson Orange #DA2115

Tints of Harley Davidson Orange #DA2115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.13%

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

R = 80.15%
G = 12.13%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA2115 (or 0xDA2115) is known color: Harley Davidson Orange. HEX triplet: DA, 21 and 15. RGB value is (218,33,21). Sum of RGB (Red+Green+Blue) = 218+33+21=272 (36% of max value = 765). Red value is 218 (85.55% from 255 or 80.15% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2115 is #25DEEA. Grayscale: #575757. Windows color (decimal): -2481899 or 1384922. OLE color: 1384922.

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

Color convert

RGB 218 33 21 -
CMYK 0 0.85 0.90 0.15
HSL 3.65º 0.82% 0.47% -
HSV(B) 3.65º 0.9% 0.85% -
XYZ 29.59 16.05 2.25 -
YUV 86.95 90.79 221.48 -
System Red Green Blue C M Y K H S L
Decimal 218 33 21 0 0.85 0.90 0.15 3.65 0.82 0.47
Hex DA 21 15 0 55 5A F 4 52 2F
Octal 332 41 25 0 125 132 17 4 122 57
Binary 11011010 100001 10101 0 1010101 1011010 1111 100 1010010 101111

Color Harmonies of #DA2115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2115

Black with #DA2115

Text Example


Text Example

White with #DA2115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2115; }

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

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

background-color css

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

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

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

border-color css

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

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

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