Html Css Color HEX #DA3116 Harley Davidson Orange

📋 copy color: '#DA3116'

red 218 ◦ green 49 ◦ blue 22

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

Shades of Harley Davidson Orange #DA3116

Tints of Harley Davidson Orange #DA3116

RGB

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

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

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

R = 75.43%
G = 16.96%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA3116 (or 0xDA3116) is known color: Harley Davidson Orange. HEX triplet: DA, 31 and 16. RGB value is (218,49,22). Sum of RGB (Red+Green+Blue) = 218+49+22=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3116 is #25CEE9. Grayscale: #606060. Windows color (decimal): -2477802 or 1454554. OLE color: 1454554.

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

Color convert

RGB 218 49 22 -
CMYK 0 0.78 0.90 0.15
HSL 8.27º 0.82% 0.47% -
HSV(B) 8.27º 0.9% 0.85% -
XYZ 30.16 17.16 2.48 -
YUV 96.45 85.99 214.7 -
System Red Green Blue C M Y K H S L
Decimal 218 49 22 0 0.78 0.90 0.15 8.27 0.82 0.47
Hex DA 31 16 0 4E 5A F 8 52 2F
Octal 332 61 26 0 116 132 17 10 122 57
Binary 11011010 110001 10110 0 1001110 1011010 1111 1000 1010010 101111

Color Harmonies of #DA3116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3116

Black with #DA3116

Text Example


Text Example

White with #DA3116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3116; }

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

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

background-color css

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

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

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

border-color css

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

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

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