Html Css Color HEX #DA2015 Harley Davidson Orange

📋 copy color: '#DA2015'

red 218 ◦ green 32 ◦ blue 21

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

Shades of Harley Davidson Orange #DA2015

Tints of Harley Davidson Orange #DA2015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.81%

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

R = 80.44%
G = 11.81%
B = 7.75%

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

#DA2015 (or 0xDA2015) is known color: Harley Davidson Orange. HEX triplet: DA, 20 and 15. RGB value is (218,32,21). Sum of RGB (Red+Green+Blue) = 218+32+21=271 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.44% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2015 is #25DFEA. Grayscale: #565656. Windows color (decimal): -2482155 or 1384666. OLE color: 1384666.

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

Color convert

RGB 218 32 21 -
CMYK 0 0.85 0.90 0.15
HSL 3.35º 0.82% 0.47% -
HSV(B) 3.35º 0.9% 0.85% -
XYZ 29.57 15.99 2.24 -
YUV 86.36 91.12 221.89 -
System Red Green Blue C M Y K H S L
Decimal 218 32 21 0 0.85 0.90 0.15 3.35 0.82 0.47
Hex DA 20 15 0 55 5A F 3 52 2F
Octal 332 40 25 0 125 132 17 3 122 57
Binary 11011010 100000 10101 0 1010101 1011010 1111 11 1010010 101111

Color Harmonies of #DA2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2015

Black with #DA2015

Text Example


Text Example

White with #DA2015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2015; }

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

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

background-color css

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

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

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

border-color css

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

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

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