Html Css Color HEX #DA310E Harley Davidson Orange

📋 copy color: '#DA310E'

red 218 ◦ green 49 ◦ blue 14

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

Shades of Harley Davidson Orange #DA310E

Tints of Harley Davidson Orange #DA310E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.44%

 BLUE value IS 14 (5.86% from 255) = 4.98%

R = 77.58%
G = 17.44%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA310E (or 0xDA310E) is known color: Harley Davidson Orange. HEX triplet: DA, 31 and 0E. RGB value is (218,49,14). Sum of RGB (Red+Green+Blue) = 218+49+14=281 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.58% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 218 - color contains mainly: red. Hex color #DA310E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA310E is #25CEF1. Grayscale: #5F5F5F. Windows color (decimal): -2477810 or 930266. OLE color: 930266.

HSL color Cylindrical-coordinate representation of color #DA310E: hue angle of 10.29º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA310E is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 49 14 -
CMYK 0 0.78 0.94 0.15
HSL 10.29º 0.88% 0.45% -
HSV(B) 10.29º 0.94% 0.85% -
XYZ 30.09 17.13 2.14 -
YUV 95.54 81.99 215.35 -
System Red Green Blue C M Y K H S L
Decimal 218 49 14 0 0.78 0.94 0.15 10.29 0.88 0.45
Hex DA 31 E 0 4E 5E F A 58 2D
Octal 332 61 16 0 116 136 17 12 130 55
Binary 11011010 110001 1110 0 1001110 1011110 1111 1010 1011000 101101

Color Harmonies of #DA310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA310E

Black with #DA310E

Text Example


Text Example

White with #DA310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA310E; }

 p { color: rgb(218,49,14); }

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

background-color css

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

 a { background-color: rgb(218,49,14); }

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

border-color css

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

 span { border-color: rgb(218,49,14); }

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