Html Css Color HEX #DA2715 Harley Davidson Orange

📋 copy color: '#DA2715'

red 218 ◦ green 39 ◦ blue 21

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

Shades of Harley Davidson Orange #DA2715

Tints of Harley Davidson Orange #DA2715

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.03%

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

R = 78.42%
G = 14.03%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA2715 (or 0xDA2715) is known color: Harley Davidson Orange. HEX triplet: DA, 27 and 15. RGB value is (218,39,21). Sum of RGB (Red+Green+Blue) = 218+39+21=278 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.42% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2715 is #25D8EA. Grayscale: #5A5A5A. Windows color (decimal): -2480363 or 1386458. OLE color: 1386458.

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

Color convert

RGB 218 39 21 -
CMYK 0 0.82 0.90 0.15
HSL 5.48º 0.82% 0.47% -
HSV(B) 5.48º 0.9% 0.85% -
XYZ 29.77 16.41 2.31 -
YUV 90.47 88.8 218.96 -
System Red Green Blue C M Y K H S L
Decimal 218 39 21 0 0.82 0.90 0.15 5.48 0.82 0.47
Hex DA 27 15 0 52 5A F 5 52 2F
Octal 332 47 25 0 122 132 17 5 122 57
Binary 11011010 100111 10101 0 1010010 1011010 1111 101 1010010 101111

Color Harmonies of #DA2715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2715

Black with #DA2715

Text Example


Text Example

White with #DA2715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2715; }

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

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

background-color css

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

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

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

border-color css

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

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

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