Html Css Color HEX #DA2516 Harley Davidson Orange

📋 copy color: '#DA2516'

red 218 ◦ green 37 ◦ blue 22

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

Shades of Harley Davidson Orange #DA2516

Tints of Harley Davidson Orange #DA2516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.36%

 BLUE value IS 22 (8.98% from 255) = 7.94%

R = 78.7%
G = 13.36%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA2516 (or 0xDA2516) is known color: Harley Davidson Orange. HEX triplet: DA, 25 and 16. RGB value is (218,37,22). Sum of RGB (Red+Green+Blue) = 218+37+22=277 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.70% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2516 is #25DAE9. Grayscale: #595959. Windows color (decimal): -2480874 or 1451482. OLE color: 1451482.

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

Color convert

RGB 218 37 22 -
CMYK 0 0.83 0.90 0.15
HSL 4.59º 0.82% 0.47% -
HSV(B) 4.59º 0.9% 0.85% -
XYZ 29.72 16.29 2.34 -
YUV 89.41 89.97 219.72 -
System Red Green Blue C M Y K H S L
Decimal 218 37 22 0 0.83 0.90 0.15 4.59 0.82 0.47
Hex DA 25 16 0 53 5A F 5 52 2F
Octal 332 45 26 0 123 132 17 5 122 57
Binary 11011010 100101 10110 0 1010011 1011010 1111 101 1010010 101111

Color Harmonies of #DA2516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2516

Black with #DA2516

Text Example


Text Example

White with #DA2516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2516; }

 p { color: rgb(218,37,22); }

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

background-color css

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

 a { background-color: rgb(218,37,22); }

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

border-color css

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

 span { border-color: rgb(218,37,22); }

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