Html Css Color HEX #DA3010 Harley Davidson Orange

📋 copy color: '#DA3010'

red 218 ◦ green 48 ◦ blue 16

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

Shades of Harley Davidson Orange #DA3010

Tints of Harley Davidson Orange #DA3010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.02%

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

R = 77.3%
G = 17.02%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA3010 (or 0xDA3010) is known color: Harley Davidson Orange. HEX triplet: DA, 30 and 10. RGB value is (218,48,16). Sum of RGB (Red+Green+Blue) = 218+48+16=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3010 is #25CFEF. Grayscale: #5F5F5F. Windows color (decimal): -2478064 or 1061082. OLE color: 1061082.

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

Color convert

RGB 218 48 16 -
CMYK 0 0.78 0.93 0.15
HSL 9.5º 0.86% 0.46% -
HSV(B) 9.5º 0.93% 0.85% -
XYZ 30.06 17.06 2.2 -
YUV 95.18 83.32 215.6 -
System Red Green Blue C M Y K H S L
Decimal 218 48 16 0 0.78 0.93 0.15 9.5 0.86 0.46
Hex DA 30 10 0 4E 5D F A 56 2E
Octal 332 60 20 0 116 135 17 12 126 56
Binary 11011010 110000 10000 0 1001110 1011101 1111 1010 1010110 101110

Color Harmonies of #DA3010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3010

Black with #DA3010

Text Example


Text Example

White with #DA3010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3010; }

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

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

background-color css

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

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

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

border-color css

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

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

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