Html Css Color HEX #DA2517 Harley Davidson Orange

📋 copy color: '#DA2517'

red 218 ◦ green 37 ◦ blue 23

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

Shades of Harley Davidson Orange #DA2517

Tints of Harley Davidson Orange #DA2517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.31%

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

R = 78.42%
G = 13.31%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA2517 (or 0xDA2517) is known color: Harley Davidson Orange. HEX triplet: DA, 25 and 17. RGB value is (218,37,23). Sum of RGB (Red+Green+Blue) = 218+37+23=278 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.42% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2517 is #25DAE8. Grayscale: #595959. Windows color (decimal): -2480873 or 1517018. OLE color: 1517018.

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

Color convert

RGB 218 37 23 -
CMYK 0 0.83 0.89 0.15
HSL 4.31º 0.81% 0.47% -
HSV(B) 4.31º 0.89% 0.85% -
XYZ 29.73 16.29 2.39 -
YUV 89.52 90.47 219.64 -
System Red Green Blue C M Y K H S L
Decimal 218 37 23 0 0.83 0.89 0.15 4.31 0.81 0.47
Hex DA 25 17 0 53 59 F 4 51 2F
Octal 332 45 27 0 123 131 17 4 121 57
Binary 11011010 100101 10111 0 1010011 1011001 1111 100 1010001 101111

Color Harmonies of #DA2517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2517

Black with #DA2517

Text Example


Text Example

White with #DA2517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2517; }

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

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

background-color css

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

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

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

border-color css

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

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

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