Html Css Color HEX #DA1715 Harley Davidson Orange

📋 copy color: '#DA1715'

red 218 ◦ green 23 ◦ blue 21

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

Shades of Harley Davidson Orange #DA1715

Tints of Harley Davidson Orange #DA1715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.78%

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

R = 83.21%
G = 8.78%
B = 8.02%

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

#DA1715 (or 0xDA1715) is known color: Harley Davidson Orange. HEX triplet: DA, 17 and 15. RGB value is (218,23,21). Sum of RGB (Red+Green+Blue) = 218+23+21=262 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.21% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1715 is #25E8EA. Grayscale: #515151. Windows color (decimal): -2484459 or 1382362. OLE color: 1382362.

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

Color convert

RGB 218 23 21 -
CMYK 0 0.89 0.90 0.15
HSL 0.61º 0.82% 0.47% -
HSV(B) 0.61º 0.9% 0.85% -
XYZ 29.36 15.57 2.17 -
YUV 81.08 94.1 225.66 -
System Red Green Blue C M Y K H S L
Decimal 218 23 21 0 0.89 0.90 0.15 0.61 0.82 0.47
Hex DA 17 15 0 59 5A F 1 52 2F
Octal 332 27 25 0 131 132 17 1 122 57
Binary 11011010 10111 10101 0 1011001 1011010 1111 1 1010010 101111

Color Harmonies of #DA1715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1715

Black with #DA1715

Text Example


Text Example

White with #DA1715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1715; }

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

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

background-color css

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

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

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

border-color css

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

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

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