Html Css Color HEX #DA2515 Harley Davidson Orange

📋 copy color: '#DA2515'

red 218 ◦ green 37 ◦ blue 21

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

Shades of Harley Davidson Orange #DA2515

Tints of Harley Davidson Orange #DA2515

RGB

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

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

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

R = 78.99%
G = 13.41%
B = 7.61%

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

#DA2515 (or 0xDA2515) is known color: Harley Davidson Orange. HEX triplet: DA, 25 and 15. RGB value is (218,37,21). Sum of RGB (Red+Green+Blue) = 218+37+21=276 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.99% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2515 is #25DAEA. Grayscale: #595959. Windows color (decimal): -2480875 or 1385946. OLE color: 1385946.

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

Color convert

RGB 218 37 21 -
CMYK 0 0.83 0.90 0.15
HSL 4.87º 0.82% 0.47% -
HSV(B) 4.87º 0.9% 0.85% -
XYZ 29.71 16.28 2.29 -
YUV 89.3 89.47 219.8 -
System Red Green Blue C M Y K H S L
Decimal 218 37 21 0 0.83 0.90 0.15 4.87 0.82 0.47
Hex DA 25 15 0 53 5A F 5 52 2F
Octal 332 45 25 0 123 132 17 5 122 57
Binary 11011010 100101 10101 0 1010011 1011010 1111 101 1010010 101111

Color Harmonies of #DA2515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2515

Black with #DA2515

Text Example


Text Example

White with #DA2515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2515; }

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

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

background-color css

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

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

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

border-color css

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

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

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