Html Css Color HEX #DA3516 Harley Davidson Orange

📋 copy color: '#DA3516'

red 218 ◦ green 53 ◦ blue 22

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

Shades of Harley Davidson Orange #DA3516

Tints of Harley Davidson Orange #DA3516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.51%

R = 74.4%
G = 18.09%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA3516 (or 0xDA3516) is known color: Harley Davidson Orange. HEX triplet: DA, 35 and 16. RGB value is (218,53,22). Sum of RGB (Red+Green+Blue) = 218+53+22=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3516 is #25CAE9. Grayscale: #636363. Windows color (decimal): -2476778 or 1455578. OLE color: 1455578.

HSL color Cylindrical-coordinate representation of color #DA3516: hue angle of 9.49º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA3516 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 53 22 -
CMYK 0 0.76 0.90 0.15
HSL 9.49º 0.82% 0.47% -
HSV(B) 9.49º 0.9% 0.85% -
XYZ 30.33 17.51 2.54 -
YUV 98.8 84.66 213.02 -
System Red Green Blue C M Y K H S L
Decimal 218 53 22 0 0.76 0.90 0.15 9.49 0.82 0.47
Hex DA 35 16 0 4C 5A F 9 52 2F
Octal 332 65 26 0 114 132 17 11 122 57
Binary 11011010 110101 10110 0 1001100 1011010 1111 1001 1010010 101111

Color Harmonies of #DA3516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3516

Black with #DA3516

Text Example


Text Example

White with #DA3516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3516; }

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

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

background-color css

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

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

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

border-color css

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

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

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