Html Css Color HEX #DA3911 Harley Davidson Orange

📋 copy color: '#DA3911'

red 218 ◦ green 57 ◦ blue 17

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

Shades of Harley Davidson Orange #DA3911

Tints of Harley Davidson Orange #DA3911

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.52%

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

R = 74.66%
G = 19.52%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA3911 (or 0xDA3911) is known color: Harley Davidson Orange. HEX triplet: DA, 39 and 11. RGB value is (218,57,17). Sum of RGB (Red+Green+Blue) = 218+57+17=292 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.66% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3911 is #25C6EE. Grayscale: #646464. Windows color (decimal): -2475759 or 1128922. OLE color: 1128922.

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

Color convert

RGB 218 57 17 -
CMYK 0 0.74 0.92 0.15
HSL 11.94º 0.86% 0.46% -
HSV(B) 11.94º 0.92% 0.85% -
XYZ 30.48 17.87 2.37 -
YUV 100.58 80.84 211.75 -
System Red Green Blue C M Y K H S L
Decimal 218 57 17 0 0.74 0.92 0.15 11.94 0.86 0.46
Hex DA 39 11 0 4A 5C F C 56 2E
Octal 332 71 21 0 112 134 17 14 126 56
Binary 11011010 111001 10001 0 1001010 1011100 1111 1100 1010110 101110

Color Harmonies of #DA3911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3911

Black with #DA3911

Text Example


Text Example

White with #DA3911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3911; }

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

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

background-color css

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

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

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

border-color css

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

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

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