Html Css Color HEX #DA2916 Harley Davidson Orange

📋 copy color: '#DA2916'

red 218 ◦ green 41 ◦ blue 22

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

Shades of Harley Davidson Orange #DA2916

Tints of Harley Davidson Orange #DA2916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.59%

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

R = 77.58%
G = 14.59%
B = 7.83%

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

#DA2916 (or 0xDA2916) is known color: Harley Davidson Orange. HEX triplet: DA, 29 and 16. RGB value is (218,41,22). Sum of RGB (Red+Green+Blue) = 218+41+22=281 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.58% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2916 is #25D6E9. Grayscale: #5C5C5C. Windows color (decimal): -2479850 or 1452506. OLE color: 1452506.

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

Color convert

RGB 218 41 22 -
CMYK 0 0.81 0.90 0.15
HSL 5.82º 0.82% 0.47% -
HSV(B) 5.82º 0.9% 0.85% -
XYZ 29.85 16.55 2.38 -
YUV 91.76 88.64 218.04 -
System Red Green Blue C M Y K H S L
Decimal 218 41 22 0 0.81 0.90 0.15 5.82 0.82 0.47
Hex DA 29 16 0 51 5A F 6 52 2F
Octal 332 51 26 0 121 132 17 6 122 57
Binary 11011010 101001 10110 0 1010001 1011010 1111 110 1010010 101111

Color Harmonies of #DA2916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2916

Black with #DA2916

Text Example


Text Example

White with #DA2916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2916; }

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

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

background-color css

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

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

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

border-color css

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

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

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