Html Css Color HEX #DA4116 Harley Davidson Orange

📋 copy color: '#DA4116'

red 218 ◦ green 65 ◦ blue 22

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

Shades of Harley Davidson Orange #DA4116

Tints of Harley Davidson Orange #DA4116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.31%

 BLUE value IS 22 (8.98% from 255) = 7.21%

R = 71.48%
G = 21.31%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA4116 (or 0xDA4116) is known color: Harley Davidson Orange. HEX triplet: DA, 41 and 16. RGB value is (218,65,22). Sum of RGB (Red+Green+Blue) = 218+65+22=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4116 is #25BEE9. Grayscale: #6A6A6A. Windows color (decimal): -2473706 or 1458650. OLE color: 1458650.

HSL color Cylindrical-coordinate representation of color #DA4116: hue angle of 13.16º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA4116 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 65 22 -
CMYK 0 0.70 0.90 0.15
HSL 13.16º 0.82% 0.47% -
HSV(B) 13.16º 0.9% 0.85% -
XYZ 30.95 18.74 2.75 -
YUV 105.85 80.69 208 -
System Red Green Blue C M Y K H S L
Decimal 218 65 22 0 0.70 0.90 0.15 13.16 0.82 0.47
Hex DA 41 16 0 46 5A F D 52 2F
Octal 332 101 26 0 106 132 17 15 122 57
Binary 11011010 1000001 10110 0 1000110 1011010 1111 1101 1010010 101111

Color Harmonies of #DA4116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4116

Black with #DA4116

Text Example


Text Example

White with #DA4116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4116; }

 p { color: rgb(218,65,22); }

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

background-color css

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

 a { background-color: rgb(218,65,22); }

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

border-color css

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

 span { border-color: rgb(218,65,22); }

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