Html Css Color HEX #DA1C17 Harley Davidson Orange

📋 copy color: '#DA1C17'

red 218 ◦ green 28 ◦ blue 23

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

Shades of Harley Davidson Orange #DA1C17

Tints of Harley Davidson Orange #DA1C17

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.41%

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

R = 81.04%
G = 10.41%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA1C17 (or 0xDA1C17) is known color: Harley Davidson Orange. HEX triplet: DA, 1C and 17. RGB value is (218,28,23). Sum of RGB (Red+Green+Blue) = 218+28+23=269 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.04% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1C17 is #25E3E8. Grayscale: #545454. Windows color (decimal): -2483177 or 1514714. OLE color: 1514714.

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

Color convert

RGB 218 28 23 -
CMYK 0 0.87 0.89 0.15
HSL 1.54º 0.81% 0.47% -
HSV(B) 1.54º 0.89% 0.85% -
XYZ 29.48 15.8 2.31 -
YUV 84.24 93.45 223.41 -
System Red Green Blue C M Y K H S L
Decimal 218 28 23 0 0.87 0.89 0.15 1.54 0.81 0.47
Hex DA 1C 17 0 57 59 F 2 51 2F
Octal 332 34 27 0 127 131 17 2 121 57
Binary 11011010 11100 10111 0 1010111 1011001 1111 10 1010001 101111

Color Harmonies of #DA1C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1C17

Black with #DA1C17

Text Example


Text Example

White with #DA1C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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