Html Css Color HEX #DA1815 Harley Davidson Orange

📋 copy color: '#DA1815'

red 218 ◦ green 24 ◦ blue 21

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

Shades of Harley Davidson Orange #DA1815

Tints of Harley Davidson Orange #DA1815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.13%

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

R = 82.89%
G = 9.13%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA1815 (or 0xDA1815) is known color: Harley Davidson Orange. HEX triplet: DA, 18 and 15. RGB value is (218,24,21). Sum of RGB (Red+Green+Blue) = 218+24+21=263 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.89% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1815 is #25E7EA. Grayscale: #515151. Windows color (decimal): -2484203 or 1382618. OLE color: 1382618.

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

Color convert

RGB 218 24 21 -
CMYK 0 0.89 0.90 0.15
HSL 0.91º 0.82% 0.47% -
HSV(B) 0.91º 0.9% 0.85% -
XYZ 29.38 15.61 2.17 -
YUV 81.66 93.77 225.24 -
System Red Green Blue C M Y K H S L
Decimal 218 24 21 0 0.89 0.90 0.15 0.91 0.82 0.47
Hex DA 18 15 0 59 5A F 1 52 2F
Octal 332 30 25 0 131 132 17 1 122 57
Binary 11011010 11000 10101 0 1011001 1011010 1111 1 1010010 101111

Color Harmonies of #DA1815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1815

Black with #DA1815

Text Example


Text Example

White with #DA1815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1815; }

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

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

background-color css

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

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

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

border-color css

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

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

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