Html Css Color HEX #DA2910 Harley Davidson Orange

📋 copy color: '#DA2910'

red 218 ◦ green 41 ◦ blue 16

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

Shades of Harley Davidson Orange #DA2910

Tints of Harley Davidson Orange #DA2910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.82%

R = 79.27%
G = 14.91%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA2910 (or 0xDA2910) is known color: Harley Davidson Orange. HEX triplet: DA, 29 and 10. RGB value is (218,41,16). Sum of RGB (Red+Green+Blue) = 218+41+16=275 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.27% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2910 is #25D6EF. Grayscale: #5B5B5B. Windows color (decimal): -2479856 or 1059290. OLE color: 1059290.

HSL color Cylindrical-coordinate representation of color #DA2910: hue angle of 7.43º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA2910 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 41 16 -
CMYK 0 0.81 0.93 0.15
HSL 7.43º 0.86% 0.46% -
HSV(B) 7.43º 0.93% 0.85% -
XYZ 29.8 16.53 2.11 -
YUV 91.07 85.64 218.53 -
System Red Green Blue C M Y K H S L
Decimal 218 41 16 0 0.81 0.93 0.15 7.43 0.86 0.46
Hex DA 29 10 0 51 5D F 7 56 2E
Octal 332 51 20 0 121 135 17 7 126 56
Binary 11011010 101001 10000 0 1010001 1011101 1111 111 1010110 101110

Color Harmonies of #DA2910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2910

Black with #DA2910

Text Example


Text Example

White with #DA2910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2910; }

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

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

background-color css

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

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

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

border-color css

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

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

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