Html Css Color HEX #DA3510 Harley Davidson Orange

📋 copy color: '#DA3510'

red 218 ◦ green 53 ◦ blue 16

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

Shades of Harley Davidson Orange #DA3510

Tints of Harley Davidson Orange #DA3510

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.47%

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

R = 75.96%
G = 18.47%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA3510 (or 0xDA3510) is known color: Harley Davidson Orange. HEX triplet: DA, 35 and 10. RGB value is (218,53,16). Sum of RGB (Red+Green+Blue) = 218+53+16=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3510 is #25CAEF. Grayscale: #626262. Windows color (decimal): -2476784 or 1062362. OLE color: 1062362.

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

Color convert

RGB 218 53 16 -
CMYK 0 0.76 0.93 0.15
HSL 10.99º 0.86% 0.46% -
HSV(B) 10.99º 0.93% 0.85% -
XYZ 30.28 17.49 2.27 -
YUV 98.12 81.66 213.51 -
System Red Green Blue C M Y K H S L
Decimal 218 53 16 0 0.76 0.93 0.15 10.99 0.86 0.46
Hex DA 35 10 0 4C 5D F B 56 2E
Octal 332 65 20 0 114 135 17 13 126 56
Binary 11011010 110101 10000 0 1001100 1011101 1111 1011 1010110 101110

Color Harmonies of #DA3510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3510

Black with #DA3510

Text Example


Text Example

White with #DA3510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3510; }

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

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

background-color css

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

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

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

border-color css

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

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

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