Html Css Color HEX #DA410F Harley Davidson Orange

📋 copy color: '#DA410F'

red 218 ◦ green 65 ◦ blue 15

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

Shades of Harley Davidson Orange #DA410F

Tints of Harley Davidson Orange #DA410F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.03%

R = 73.15%
G = 21.81%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA410F (or 0xDA410F) is known color: Harley Davidson Orange. HEX triplet: DA, 41 and 0F. RGB value is (218,65,15). Sum of RGB (Red+Green+Blue) = 218+65+15=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA410F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA410F is #25BEF0. Grayscale: #696969. Windows color (decimal): -2473713 or 999898. OLE color: 999898.

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

Color convert

RGB 218 65 15 -
CMYK 0 0.70 0.93 0.15
HSL 14.78º 0.87% 0.46% -
HSV(B) 14.78º 0.93% 0.85% -
XYZ 30.89 18.72 2.44 -
YUV 105.05 77.19 208.57 -
System Red Green Blue C M Y K H S L
Decimal 218 65 15 0 0.70 0.93 0.15 14.78 0.87 0.46
Hex DA 41 F 0 46 5D F F 57 2E
Octal 332 101 17 0 106 135 17 17 127 56
Binary 11011010 1000001 1111 0 1000110 1011101 1111 1111 1010111 101110

Color Harmonies of #DA410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA410F

Black with #DA410F

Text Example


Text Example

White with #DA410F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA410F; }

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

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

background-color css

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

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

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

border-color css

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

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

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