Html Css Color HEX #DA2417 Harley Davidson Orange

📋 copy color: '#DA2417'

red 218 ◦ green 36 ◦ blue 23

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

Shades of Harley Davidson Orange #DA2417

Tints of Harley Davidson Orange #DA2417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13%

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

R = 78.7%
G = 13%
B = 8.3%

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

#DA2417 (or 0xDA2417) is known color: Harley Davidson Orange. HEX triplet: DA, 24 and 17. RGB value is (218,36,23). Sum of RGB (Red+Green+Blue) = 218+36+23=277 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.70% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2417 is #25DBE8. Grayscale: #595959. Windows color (decimal): -2481129 or 1516762. OLE color: 1516762.

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

Color convert

RGB 218 36 23 -
CMYK 0 0.83 0.89 0.15
HSL 0.81% 0.47% -
HSV(B) 0.89% 0.85% -
XYZ 29.7 16.23 2.38 -
YUV 88.94 90.8 220.06 -
System Red Green Blue C M Y K H S L
Decimal 218 36 23 0 0.83 0.89 0.15 4 0.81 0.47
Hex DA 24 17 0 53 59 F 4 51 2F
Octal 332 44 27 0 123 131 17 4 121 57
Binary 11011010 100100 10111 0 1010011 1011001 1111 100 1010001 101111

Color Harmonies of #DA2417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2417

Black with #DA2417

Text Example


Text Example

White with #DA2417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2417; }

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

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

background-color css

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

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

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

border-color css

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

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

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