Html Css Color HEX #DA4611 Harley Davidson Orange

📋 copy color: '#DA4611'

red 218 ◦ green 70 ◦ blue 17

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

Shades of Harley Davidson Orange #DA4611

Tints of Harley Davidson Orange #DA4611

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.95%

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

R = 71.48%
G = 22.95%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA4611 (or 0xDA4611) is known color: Harley Davidson Orange. HEX triplet: DA, 46 and 11. RGB value is (218,70,17). Sum of RGB (Red+Green+Blue) = 218+70+17=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4611 is #25B9EE. Grayscale: #6C6C6C. Windows color (decimal): -2472431 or 1132250. OLE color: 1132250.

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

Color convert

RGB 218 70 17 -
CMYK 0 0.68 0.92 0.15
HSL 15.82º 0.86% 0.46% -
HSV(B) 15.82º 0.92% 0.85% -
XYZ 31.2 19.33 2.62 -
YUV 108.21 76.53 206.31 -
System Red Green Blue C M Y K H S L
Decimal 218 70 17 0 0.68 0.92 0.15 15.82 0.86 0.46
Hex DA 46 11 0 44 5C F 10 56 2E
Octal 332 106 21 0 104 134 17 20 126 56
Binary 11011010 1000110 10001 0 1000100 1011100 1111 10000 1010110 101110

Color Harmonies of #DA4611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4611

Black with #DA4611

Text Example


Text Example

White with #DA4611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4611; }

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

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

background-color css

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

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

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

border-color css

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

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

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