Html Css Color HEX #DA2215 Harley Davidson Orange

📋 copy color: '#DA2215'

red 218 ◦ green 34 ◦ blue 21

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

Shades of Harley Davidson Orange #DA2215

Tints of Harley Davidson Orange #DA2215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.45%

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

R = 79.85%
G = 12.45%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA2215 (or 0xDA2215) is known color: Harley Davidson Orange. HEX triplet: DA, 22 and 15. RGB value is (218,34,21). Sum of RGB (Red+Green+Blue) = 218+34+21=273 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.85% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2215 is #25DDEA. Grayscale: #575757. Windows color (decimal): -2481643 or 1385178. OLE color: 1385178.

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

Color convert

RGB 218 34 21 -
CMYK 0 0.84 0.90 0.15
HSL 3.96º 0.82% 0.47% -
HSV(B) 3.96º 0.9% 0.85% -
XYZ 29.62 16.1 2.26 -
YUV 87.53 90.46 221.06 -
System Red Green Blue C M Y K H S L
Decimal 218 34 21 0 0.84 0.90 0.15 3.96 0.82 0.47
Hex DA 22 15 0 54 5A F 4 52 2F
Octal 332 42 25 0 124 132 17 4 122 57
Binary 11011010 100010 10101 0 1010100 1011010 1111 100 1010010 101111

Color Harmonies of #DA2215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2215

Black with #DA2215

Text Example


Text Example

White with #DA2215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2215; }

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

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

background-color css

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

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

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

border-color css

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

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

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