Html Css Color HEX #DA3310 Harley Davidson Orange

📋 copy color: '#DA3310'

red 218 ◦ green 51 ◦ blue 16

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

Shades of Harley Davidson Orange #DA3310

Tints of Harley Davidson Orange #DA3310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.89%

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

R = 76.49%
G = 17.89%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA3310 (or 0xDA3310) is known color: Harley Davidson Orange. HEX triplet: DA, 33 and 10. RGB value is (218,51,16). Sum of RGB (Red+Green+Blue) = 218+51+16=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3310 is #25CCEF. Grayscale: #616161. Windows color (decimal): -2477296 or 1061850. OLE color: 1061850.

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

Color convert

RGB 218 51 16 -
CMYK 0 0.77 0.93 0.15
HSL 10.4º 0.86% 0.46% -
HSV(B) 10.4º 0.93% 0.85% -
XYZ 30.19 17.31 2.24 -
YUV 96.94 82.33 214.35 -
System Red Green Blue C M Y K H S L
Decimal 218 51 16 0 0.77 0.93 0.15 10.4 0.86 0.46
Hex DA 33 10 0 4D 5D F A 56 2E
Octal 332 63 20 0 115 135 17 12 126 56
Binary 11011010 110011 10000 0 1001101 1011101 1111 1010 1010110 101110

Color Harmonies of #DA3310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3310

Black with #DA3310

Text Example


Text Example

White with #DA3310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3310; }

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

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

background-color css

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

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

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

border-color css

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

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

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