Html Css Color HEX #DA2310 Harley Davidson Orange

📋 copy color: '#DA2310'

red 218 ◦ green 35 ◦ blue 16

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

Shades of Harley Davidson Orange #DA2310

Tints of Harley Davidson Orange #DA2310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.01%

 BLUE value IS 16 (6.64% from 255) = 5.95%

R = 81.04%
G = 13.01%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA2310 (or 0xDA2310) is known color: Harley Davidson Orange. HEX triplet: DA, 23 and 10. RGB value is (218,35,16). Sum of RGB (Red+Green+Blue) = 218+35+16=269 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.04% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2310 is #25DCEF. Grayscale: #575757. Windows color (decimal): -2481392 or 1057754. OLE color: 1057754.

HSL color Cylindrical-coordinate representation of color #DA2310: hue angle of 5.64º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA2310 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 35 16 -
CMYK 0 0.84 0.93 0.15
HSL 5.64º 0.86% 0.46% -
HSV(B) 5.64º 0.93% 0.85% -
XYZ 29.61 16.14 2.05 -
YUV 87.55 87.63 221.04 -
System Red Green Blue C M Y K H S L
Decimal 218 35 16 0 0.84 0.93 0.15 5.64 0.86 0.46
Hex DA 23 10 0 54 5D F 6 56 2E
Octal 332 43 20 0 124 135 17 6 126 56
Binary 11011010 100011 10000 0 1010100 1011101 1111 110 1010110 101110

Color Harmonies of #DA2310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2310

Black with #DA2310

Text Example


Text Example

White with #DA2310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2310; }

 p { color: rgb(218,35,16); }

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

background-color css

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

 a { background-color: rgb(218,35,16); }

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

border-color css

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

 span { border-color: rgb(218,35,16); }

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