Html Css Color HEX #DA2915 Harley Davidson Orange

📋 copy color: '#DA2915'

red 218 ◦ green 41 ◦ blue 21

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

Shades of Harley Davidson Orange #DA2915

Tints of Harley Davidson Orange #DA2915

RGB

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

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

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

R = 77.86%
G = 14.64%
B = 7.5%

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

#DA2915 (or 0xDA2915) is known color: Harley Davidson Orange. HEX triplet: DA, 29 and 15. RGB value is (218,41,21). Sum of RGB (Red+Green+Blue) = 218+41+21=280 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.86% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2915 is #25D6EA. Grayscale: #5B5B5B. Windows color (decimal): -2479851 or 1386970. OLE color: 1386970.

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

Color convert

RGB 218 41 21 -
CMYK 0 0.81 0.90 0.15
HSL 6.09º 0.82% 0.47% -
HSV(B) 6.09º 0.9% 0.85% -
XYZ 29.84 16.55 2.33 -
YUV 91.64 88.14 218.13 -
System Red Green Blue C M Y K H S L
Decimal 218 41 21 0 0.81 0.90 0.15 6.09 0.82 0.47
Hex DA 29 15 0 51 5A F 6 52 2F
Octal 332 51 25 0 121 132 17 6 122 57
Binary 11011010 101001 10101 0 1010001 1011010 1111 110 1010010 101111

Color Harmonies of #DA2915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2915

Black with #DA2915

Text Example


Text Example

White with #DA2915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2915; }

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

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

background-color css

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

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

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

border-color css

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

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

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