Html Css Color HEX #DA1717 Harley Davidson Orange

📋 copy color: '#DA1717'

red 218 ◦ green 23 ◦ blue 23

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

Shades of Harley Davidson Orange #DA1717

Tints of Harley Davidson Orange #DA1717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.71%

R = 82.58%
G = 8.71%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA1717 (or 0xDA1717) is known color: Harley Davidson Orange. HEX triplet: DA, 17 and 17. RGB value is (218,23,23). Sum of RGB (Red+Green+Blue) = 218+23+23=264 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.58% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1717 is #25E8E8. Grayscale: #515151. Windows color (decimal): -2484457 or 1513434. OLE color: 1513434.

HSL color Cylindrical-coordinate representation of color #DA1717: hue angle of 0º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1717 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 23 23 -
CMYK 0 0.89 0.89 0.15
HSL 0.81% 0.47% -
HSV(B) 0.89% 0.85% -
XYZ 29.37 15.58 2.27 -
YUV 81.31 95.1 225.5 -
System Red Green Blue C M Y K H S L
Decimal 218 23 23 0 0.89 0.89 0.15 0 0.81 0.47
Hex DA 17 17 0 59 59 F 0 51 2F
Octal 332 27 27 0 131 131 17 0 121 57
Binary 11011010 10111 10111 0 1011001 1011001 1111 0 1010001 101111

Color Harmonies of #DA1717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1717

Black with #DA1717

Text Example


Text Example

White with #DA1717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1717; }

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

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

background-color css

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

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

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

border-color css

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

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

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