Html Css Color HEX #DA2B17 Harley Davidson Orange

📋 copy color: '#DA2B17'

red 218 ◦ green 43 ◦ blue 23

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

Shades of Harley Davidson Orange #DA2B17

Tints of Harley Davidson Orange #DA2B17

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.14%

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

R = 76.76%
G = 15.14%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA2B17 (or 0xDA2B17) is known color: Harley Davidson Orange. HEX triplet: DA, 2B and 17. RGB value is (218,43,23). Sum of RGB (Red+Green+Blue) = 218+43+23=284 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.76% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2B17 is #25D4E8. Grayscale: #5D5D5D. Windows color (decimal): -2479337 or 1518554. OLE color: 1518554.

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

Color convert

RGB 218 43 23 -
CMYK 0 0.80 0.89 0.15
HSL 6.15º 0.81% 0.47% -
HSV(B) 6.15º 0.89% 0.85% -
XYZ 29.93 16.7 2.46 -
YUV 93.05 88.48 217.13 -
System Red Green Blue C M Y K H S L
Decimal 218 43 23 0 0.80 0.89 0.15 6.15 0.81 0.47
Hex DA 2B 17 0 50 59 F 6 51 2F
Octal 332 53 27 0 120 131 17 6 121 57
Binary 11011010 101011 10111 0 1010000 1011001 1111 110 1010001 101111

Color Harmonies of #DA2B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2B17

Black with #DA2B17

Text Example


Text Example

White with #DA2B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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