Html Css Color HEX #DA3A10 Harley Davidson Orange

📋 copy color: '#DA3A10'

red 218 ◦ green 58 ◦ blue 16

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

Shades of Harley Davidson Orange #DA3A10

Tints of Harley Davidson Orange #DA3A10

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.86%

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

R = 74.66%
G = 19.86%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA3A10 (or 0xDA3A10) is known color: Harley Davidson Orange. HEX triplet: DA, 3A and 10. RGB value is (218,58,16). Sum of RGB (Red+Green+Blue) = 218+58+16=292 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.66% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3A10 is #25C5EF. Grayscale: #656565. Windows color (decimal): -2475504 or 1063642. OLE color: 1063642.

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

Color convert

RGB 218 58 16 -
CMYK 0 0.73 0.93 0.15
HSL 12.48º 0.86% 0.46% -
HSV(B) 12.48º 0.93% 0.85% -
XYZ 30.52 17.97 2.35 -
YUV 101.05 80.01 211.42 -
System Red Green Blue C M Y K H S L
Decimal 218 58 16 0 0.73 0.93 0.15 12.48 0.86 0.46
Hex DA 3A 10 0 49 5D F C 56 2E
Octal 332 72 20 0 111 135 17 14 126 56
Binary 11011010 111010 10000 0 1001001 1011101 1111 1100 1010110 101110

Color Harmonies of #DA3A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3A10

Black with #DA3A10

Text Example


Text Example

White with #DA3A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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