Html Css Color HEX #DA3717 Harley Davidson Orange

📋 copy color: '#DA3717'

red 218 ◦ green 55 ◦ blue 23

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

Shades of Harley Davidson Orange #DA3717

Tints of Harley Davidson Orange #DA3717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.77%

R = 73.65%
G = 18.58%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA3717 (or 0xDA3717) is known color: Harley Davidson Orange. HEX triplet: DA, 37 and 17. RGB value is (218,55,23). Sum of RGB (Red+Green+Blue) = 218+55+23=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3717 is #25C8E8. Grayscale: #646464. Windows color (decimal): -2476265 or 1521626. OLE color: 1521626.

HSL color Cylindrical-coordinate representation of color #DA3717: hue angle of 9.85º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA3717 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 55 23 -
CMYK 0 0.75 0.89 0.15
HSL 9.85º 0.81% 0.47% -
HSV(B) 9.85º 0.89% 0.85% -
XYZ 30.43 17.7 2.62 -
YUV 100.09 84.5 212.1 -
System Red Green Blue C M Y K H S L
Decimal 218 55 23 0 0.75 0.89 0.15 9.85 0.81 0.47
Hex DA 37 17 0 4B 59 F A 51 2F
Octal 332 67 27 0 113 131 17 12 121 57
Binary 11011010 110111 10111 0 1001011 1011001 1111 1010 1010001 101111

Color Harmonies of #DA3717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3717

Black with #DA3717

Text Example


Text Example

White with #DA3717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3717; }

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

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

background-color css

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

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

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

border-color css

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

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

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