Html Css Color HEX #DA3411 Harley Davidson Orange

📋 copy color: '#DA3411'

red 218 ◦ green 52 ◦ blue 17

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

Shades of Harley Davidson Orange #DA3411

Tints of Harley Davidson Orange #DA3411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.12%

 BLUE value IS 17 (7.03% from 255) = 5.92%

R = 75.96%
G = 18.12%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA3411 (or 0xDA3411) is known color: Harley Davidson Orange. HEX triplet: DA, 34 and 11. RGB value is (218,52,17). Sum of RGB (Red+Green+Blue) = 218+52+17=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3411 is #25CBEE. Grayscale: #616161. Windows color (decimal): -2477039 or 1127642. OLE color: 1127642.

HSL color Cylindrical-coordinate representation of color #DA3411: hue angle of 10.45º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA3411 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 52 17 -
CMYK 0 0.76 0.92 0.15
HSL 10.45º 0.86% 0.46% -
HSV(B) 10.45º 0.92% 0.85% -
XYZ 30.24 17.4 2.3 -
YUV 97.64 82.5 213.85 -
System Red Green Blue C M Y K H S L
Decimal 218 52 17 0 0.76 0.92 0.15 10.45 0.86 0.46
Hex DA 34 11 0 4C 5C F A 56 2E
Octal 332 64 21 0 114 134 17 12 126 56
Binary 11011010 110100 10001 0 1001100 1011100 1111 1010 1010110 101110

Color Harmonies of #DA3411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3411

Black with #DA3411

Text Example


Text Example

White with #DA3411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3411; }

 p { color: rgb(218,52,17); }

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

background-color css

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

 a { background-color: rgb(218,52,17); }

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

border-color css

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

 span { border-color: rgb(218,52,17); }

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