Html Css Color HEX #DA4017 Harley Davidson Orange

📋 copy color: '#DA4017'

red 218 ◦ green 64 ◦ blue 23

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

Shades of Harley Davidson Orange #DA4017

Tints of Harley Davidson Orange #DA4017

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.98%

 BLUE value IS 23 (9.38% from 255) = 7.54%

R = 71.48%
G = 20.98%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA4017 (or 0xDA4017) is known color: Harley Davidson Orange. HEX triplet: DA, 40 and 17. RGB value is (218,64,23). Sum of RGB (Red+Green+Blue) = 218+64+23=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4017 is #25BFE8. Grayscale: #696969. Windows color (decimal): -2473961 or 1523930. OLE color: 1523930.

HSL color Cylindrical-coordinate representation of color #DA4017: hue angle of 12.62º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA4017 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 64 23 -
CMYK 0 0.71 0.89 0.15
HSL 12.62º 0.81% 0.47% -
HSV(B) 12.62º 0.89% 0.85% -
XYZ 30.9 18.63 2.78 -
YUV 105.37 81.52 208.33 -
System Red Green Blue C M Y K H S L
Decimal 218 64 23 0 0.71 0.89 0.15 12.62 0.81 0.47
Hex DA 40 17 0 47 59 F D 51 2F
Octal 332 100 27 0 107 131 17 15 121 57
Binary 11011010 1000000 10111 0 1000111 1011001 1111 1101 1010001 101111

Color Harmonies of #DA4017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4017

Black with #DA4017

Text Example


Text Example

White with #DA4017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4017; }

 p { color: rgb(218,64,23); }

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

background-color css

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

 a { background-color: rgb(218,64,23); }

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

border-color css

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

 span { border-color: rgb(218,64,23); }

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