Html Css Color HEX #DA2F17 Harley Davidson Orange

📋 copy color: '#DA2F17'

red 218 ◦ green 47 ◦ blue 23

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

Shades of Harley Davidson Orange #DA2F17

Tints of Harley Davidson Orange #DA2F17

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.32%

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

R = 75.69%
G = 16.32%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA2F17 (or 0xDA2F17) is known color: Harley Davidson Orange. HEX triplet: DA, 2F and 17. RGB value is (218,47,23). Sum of RGB (Red+Green+Blue) = 218+47+23=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2F17 is #25D0E8. Grayscale: #5F5F5F. Windows color (decimal): -2478313 or 1519578. OLE color: 1519578.

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

Color convert

RGB 218 47 23 -
CMYK 0 0.78 0.89 0.15
HSL 7.38º 0.81% 0.47% -
HSV(B) 7.38º 0.89% 0.85% -
XYZ 30.08 17 2.51 -
YUV 95.39 87.15 215.45 -
System Red Green Blue C M Y K H S L
Decimal 218 47 23 0 0.78 0.89 0.15 7.38 0.81 0.47
Hex DA 2F 17 0 4E 59 F 7 51 2F
Octal 332 57 27 0 116 131 17 7 121 57
Binary 11011010 101111 10111 0 1001110 1011001 1111 111 1010001 101111

Color Harmonies of #DA2F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2F17

Black with #DA2F17

Text Example


Text Example

White with #DA2F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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