Html Css Color HEX #DA1817 Harley Davidson Orange

📋 copy color: '#DA1817'

red 218 ◦ green 24 ◦ blue 23

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

Shades of Harley Davidson Orange #DA1817

Tints of Harley Davidson Orange #DA1817

RGB

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

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

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

R = 82.26%
G = 9.06%
B = 8.68%

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

#DA1817 (or 0xDA1817) is known color: Harley Davidson Orange. HEX triplet: DA, 18 and 17. RGB value is (218,24,23). Sum of RGB (Red+Green+Blue) = 218+24+23=265 (35% of max value = 765). Red value is 218 (85.55% from 255 or 82.26% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1817 is #25E7E8. Grayscale: #525252. Windows color (decimal): -2484201 or 1513690. OLE color: 1513690.

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

Color convert

RGB 218 24 23 -
CMYK 0 0.89 0.89 0.15
HSL 0.31º 0.81% 0.47% -
HSV(B) 0.31º 0.89% 0.85% -
XYZ 29.39 15.62 2.28 -
YUV 81.89 94.77 225.08 -
System Red Green Blue C M Y K H S L
Decimal 218 24 23 0 0.89 0.89 0.15 0.31 0.81 0.47
Hex DA 18 17 0 59 59 F 0 51 2F
Octal 332 30 27 0 131 131 17 0 121 57
Binary 11011010 11000 10111 0 1011001 1011001 1111 0 1010001 101111

Color Harmonies of #DA1817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1817

Black with #DA1817

Text Example


Text Example

White with #DA1817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1817; }

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

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

background-color css

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

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

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

border-color css

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

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

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