Html Css Color HEX #DA2A16 Harley Davidson Orange

📋 copy color: '#DA2A16'

red 218 ◦ green 42 ◦ blue 22

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

Shades of Harley Davidson Orange #DA2A16

Tints of Harley Davidson Orange #DA2A16

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.89%

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

R = 77.3%
G = 14.89%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA2A16 (or 0xDA2A16) is known color: Harley Davidson Orange. HEX triplet: DA, 2A and 16. RGB value is (218,42,22). Sum of RGB (Red+Green+Blue) = 218+42+22=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2A16 is #25D5E9. Grayscale: #5C5C5C. Windows color (decimal): -2479594 or 1452762. OLE color: 1452762.

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

Color convert

RGB 218 42 22 -
CMYK 0 0.81 0.90 0.15
HSL 6.12º 0.82% 0.47% -
HSV(B) 6.12º 0.9% 0.85% -
XYZ 29.89 16.62 2.39 -
YUV 92.34 88.31 217.63 -
System Red Green Blue C M Y K H S L
Decimal 218 42 22 0 0.81 0.90 0.15 6.12 0.82 0.47
Hex DA 2A 16 0 51 5A F 6 52 2F
Octal 332 52 26 0 121 132 17 6 122 57
Binary 11011010 101010 10110 0 1010001 1011010 1111 110 1010010 101111

Color Harmonies of #DA2A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2A16

Black with #DA2A16

Text Example


Text Example

White with #DA2A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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