Html Css Color HEX #DA4114 Harley Davidson Orange

📋 copy color: '#DA4114'

red 218 ◦ green 65 ◦ blue 20

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

Shades of Harley Davidson Orange #DA4114

Tints of Harley Davidson Orange #DA4114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.6%

R = 71.95%
G = 21.45%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA4114 (or 0xDA4114) is known color: Harley Davidson Orange. HEX triplet: DA, 41 and 14. RGB value is (218,65,20). Sum of RGB (Red+Green+Blue) = 218+65+20=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4114 is #25BEEB. Grayscale: #696969. Windows color (decimal): -2473708 or 1327578. OLE color: 1327578.

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

Color convert

RGB 218 65 20 -
CMYK 0 0.70 0.91 0.15
HSL 13.64º 0.83% 0.47% -
HSV(B) 13.64º 0.91% 0.85% -
XYZ 30.93 18.74 2.65 -
YUV 105.62 79.69 208.16 -
System Red Green Blue C M Y K H S L
Decimal 218 65 20 0 0.70 0.91 0.15 13.64 0.83 0.47
Hex DA 41 14 0 46 5B F E 53 2F
Octal 332 101 24 0 106 133 17 16 123 57
Binary 11011010 1000001 10100 0 1000110 1011011 1111 1110 1010011 101111

Color Harmonies of #DA4114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4114

Black with #DA4114

Text Example


Text Example

White with #DA4114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4114; }

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

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

background-color css

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

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

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

border-color css

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

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

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