Html Css Color HEX #DA3716 Harley Davidson Orange

📋 copy color: '#DA3716'

red 218 ◦ green 55 ◦ blue 22

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

Shades of Harley Davidson Orange #DA3716

Tints of Harley Davidson Orange #DA3716

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.64%

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

R = 73.9%
G = 18.64%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA3716 (or 0xDA3716) is known color: Harley Davidson Orange. HEX triplet: DA, 37 and 16. RGB value is (218,55,22). Sum of RGB (Red+Green+Blue) = 218+55+22=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3716 is #25C8E9. Grayscale: #646464. Windows color (decimal): -2476266 or 1456090. OLE color: 1456090.

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

Color convert

RGB 218 55 22 -
CMYK 0 0.75 0.90 0.15
HSL 10.1º 0.82% 0.47% -
HSV(B) 10.1º 0.9% 0.85% -
XYZ 30.42 17.7 2.57 -
YUV 99.98 84 212.18 -
System Red Green Blue C M Y K H S L
Decimal 218 55 22 0 0.75 0.90 0.15 10.1 0.82 0.47
Hex DA 37 16 0 4B 5A F A 52 2F
Octal 332 67 26 0 113 132 17 12 122 57
Binary 11011010 110111 10110 0 1001011 1011010 1111 1010 1010010 101111

Color Harmonies of #DA3716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3716

Black with #DA3716

Text Example


Text Example

White with #DA3716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3716; }

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

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

background-color css

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

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

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

border-color css

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

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

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