Html Css Color HEX #DA4115 Harley Davidson Orange

📋 copy color: '#DA4115'

red 218 ◦ green 65 ◦ blue 21

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

Shades of Harley Davidson Orange #DA4115

Tints of Harley Davidson Orange #DA4115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.91%

R = 71.71%
G = 21.38%
B = 6.91%

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

#DA4115 (or 0xDA4115) is known color: Harley Davidson Orange. HEX triplet: DA, 41 and 15. RGB value is (218,65,21). Sum of RGB (Red+Green+Blue) = 218+65+21=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4115 is #25BEEA. Grayscale: #6A6A6A. Windows color (decimal): -2473707 or 1393114. OLE color: 1393114.

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

Color convert

RGB 218 65 21 -
CMYK 0 0.70 0.90 0.15
HSL 13.4º 0.82% 0.47% -
HSV(B) 13.4º 0.9% 0.85% -
XYZ 30.94 18.74 2.7 -
YUV 105.73 80.19 208.08 -
System Red Green Blue C M Y K H S L
Decimal 218 65 21 0 0.70 0.90 0.15 13.4 0.82 0.47
Hex DA 41 15 0 46 5A F D 52 2F
Octal 332 101 25 0 106 132 17 15 122 57
Binary 11011010 1000001 10101 0 1000110 1011010 1111 1101 1010010 101111

Color Harmonies of #DA4115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4115

Black with #DA4115

Text Example


Text Example

White with #DA4115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4115; }

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

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

background-color css

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

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

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

border-color css

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

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

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